Skip to content

Instantly share code, notes, and snippets.

@a-x-
Created May 23, 2025 08:13
Show Gist options
  • Save a-x-/5e3c30fafda13fd9afb985a9e234ed30 to your computer and use it in GitHub Desktop.
Save a-x-/5e3c30fafda13fd9afb985a9e234ed30 to your computer and use it in GitHub Desktop.
Основные mcp сервера для Cusror/Claude. Для курсора оставьте memory, GitHub, Slack, Puppeteer, Sequential-thinking. Есть 4 токена помеченных TODO, можно временно тоже отключить в UI
{
"mcpServers": {
"github": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN",
"mcp/github"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "TODO: <GITHUB_PERSONAL_ACCESS_TOKEN>"
}
},
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
},
"slack": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-slack"],
"env": {
"SLACK_BOT_TOKEN": "TODO: <SLACK_BOT_TOKEN>",
"SLACK_TEAM_ID": "T059FK9UZLJ",
"SLACK_CHANNEL_IDS": "C08TE1UA6FM, C07Q7FQH5L5, C061543PPNU, C070SR08E74, C05D7LKAZFC, D08L7SB4YTY, D08L7SB5D0E, C08P2MNDBL6, D08L7SB5PRC"
}
},
"puppeteer": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-puppeteer"]
},
"sequential-thinking": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
},
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"~/Desktop",
"~/Downloads",
"~/Documents"
]
},
"git": {
"command": "uvx",
"args": ["mcp-server-git"]
},
"google-maps": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-google-maps"],
"env": {
"GOOGLE_MAPS_API_KEY": "TODO: <GOOGLE_MAPS_API_KEY>"
}
},
"gmail": {
"command": "npx",
"args": ["@gongrzhe/server-gmail-autoauth-mcp"]
},
"brave-search": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-brave-search"],
"env": {
"BRAVE_API_KEY": "TODO: <BRAVE_API_KEY>"
}
},
"fetch": {
"command": "uvx",
"args": ["mcp-server-fetch"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment