Skip to content

Instantly share code, notes, and snippets.

@cometkim
Created August 10, 2026 07:38
Show Gist options
  • Select an option

  • Save cometkim/e2becff59aed05e7663518d736e01777 to your computer and use it in GitHub Desktop.

Select an option

Save cometkim/e2becff59aed05e7663518d736e01777 to your computer and use it in GitHub Desktop.
Use Slack's official MCP in OpenCode
{
"mcp": {
"slack": {
"type": "remote",
"url": "https://mcp.slack.com/mcp",
"oauth": {
// Slack's officially support MCP for Claude Code, but there is nothing specific.
// Just use their pre-registred client ID and redirect URL and OpenCode will automatically handle its port.
"clientId": "1601185624273.8899143856786",
"redirectUri": "http://localhost:3118/callback"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment