mirror of
https://github.com/coleam00/Archon.git
synced 2026-01-02 04:39:29 -05:00
15 lines
292 B
JSON
15 lines
292 B
JSON
{
|
|
"mcpServers": {
|
|
"slack": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-slack"
|
|
],
|
|
"env": {
|
|
"SLACK_BOT_TOKEN": "xoxb-your-bot-token",
|
|
"SLACK_TEAM_ID": "T01234567"
|
|
}
|
|
}
|
|
}
|
|
} |