Created
August 10, 2026 07:38
-
-
Save cometkim/e2becff59aed05e7663518d736e01777 to your computer and use it in GitHub Desktop.
Use Slack's official MCP in OpenCode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "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