slackapi / slackapi/slack-skills-plugin

Feature: Add option to disable 'Sent using Claude' message footer

Open
#25 15 comments 63 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

area:mcp enhancement
Dominant language
Python
Stars
132
Forks
34
Avg merge
1d 6h
Merged PRs (30d)
16

Description

Problem

Messages sent via the Slack MCP server include a "Sent using Claude" footer that cannot be disabled. For users and organizations with policies against AI attribution in communications, there is no way to opt out of this branding.

Proposed Solution

Add a configuration option (e.g., disable_attribution: true or a parameter on slack_send_message) that allows users to suppress the "Sent using Claude" footer on messages.

Context

  • The Slack MCP server is a remote service (mcp.slack.com/mcp), so this behavior is controlled server-side
  • Local configuration files (.mcp.json) only contain OAuth/connection settings — no option exists to control message formatting
  • Some organizations have strict policies against AI attribution in any external or internal communications

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the remote endpoint at mcp.slack.com/mcp and the local .mcp.json configuration described in the issue, which currently contains only OAuth and connection settings. Determine whether this repository exposes an entry point for message formatting or configuration; done means establishing a supported way to suppress the footer, or documenting that the change must be made server-side.

Written by the indexing model from the issue text.

Assessment

Domain
api
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.