{
"mcpServers": {
"slack": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SLACK_BOT_TOKEN=your-slack-bot-token",
"-e",
"SLACK_TEAM_ID=your-slack-team-id",
"ghcr.io/tatsuiman/docker-mcp-notion-server-slack:main"
]
},
"notion": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"NOTION_API_TOKEN=your-integration-token",
"ghcr.io/tatsuiman/docker-mcp-notion-server-notion-server:main"
]
},
"github": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN=your-github-token",
"ghcr.io/tatsuiman/docker-mcp-notion-server-github:main"
]
}
}
}
-
Notifications
You must be signed in to change notification settings - Fork 2
License
tatsuiman/docker-mcp-servers
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published