~/agent-config
Browse
MCP

Slack MCP

Lets your agent read channels and post messages in Slack — useful for triaging threads or sending build and deploy notifications. Needs a bot token.

#mcp #slack #notifications #chat

Snippet

{
  "mcpServers": {
    "slack": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-slack"],
      "env": {
        "SLACK_BOT_TOKEN": "xoxb-YOUR-TOKEN",
        "SLACK_TEAM_ID": "T01234567"
      }
    }
  }
}

Where it installs

Default config location for each supported agent.

Best for

GeneralDevops

Related resources

MCP

Linear MCP

Lets your agent read and update Linear issues — pull a ticket's context before coding, or move it to done when the PR lands. Authenticates over OAuth.…

#mcp #linear #issues +1

Cursor, Claude Code, Windsurf +2

Details