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
DetailsLets 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"
}
}
}
}
Default config location for each supported agent.
.cursor/mcp.json.claude/settings.json.windsurf/mcp.json.cline/mcp.json.github/copilot/mcp.jsonLets 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