Created
June 21, 2025 21:59
-
-
Save moismailzai/1f1513fcbbf54d7d802a65bd52c10ca3 to your computer and use it in GitHub Desktop.
Claude Code MCP Servers
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
| // https://github.com/upstash/context7 | |
| claude mcp add-json context7 '{"command":"npx","args":["-y","@upstash/context7-mcp"]}' | |
| // https://github.com/modelcontextprotocol/servers/tree/HEAD/src/fetch | |
| claude mcp add-json fetch '{"command":"uvx","args":["mcp-server-fetch"]}' | |
| // https://github.com/oraios/serena | |
| claude mcp add-json serena '{"command":"uvx","args":["--from","git+https://github.com/oraios/serena","serena-mcp-server"]}' | |
| // https://github.com/JetBrains/mcp-jetbrains | |
| claude mcp add-json jetbrains '{"command":"npx","args":["-y","@jetbrains/mcp-proxy"]}' | |
| // https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking | |
| claude mcp add-json sequentialthinking '{"command":"npx","args":["-y","@modelcontextprotocol/server-sequential-thinking"]}' | |
| // https://github.com/eyaltoledano/claude-task-master | |
| claude mcp add-json task-master '{"command":"npx","args":["-y","--package=task-master-ai","task-master-ai"],"env":{"ANTHROPIC_API_KEY":"ANTHROPIC_API_KEY","OPENAI_API_KEY":"OPENAI_API_KEY"},"type":"stdio"}' | |
| // https://github.com/modelcontextprotocol/servers/tree/main/src/memory | |
| claude mcp add-json memory '{"command":"npx","args":["-y","@modelcontextprotocol/server-memory"]}' | |
| // https://github.com/alioshr/memory-bank-mcp | |
| claude mcp add-json memorybank '{"command":"npx","args":["-y","@allpepper/memory-bank-mcp"],"env":{"MEMORY_BANK_ROOT":"~/.config/memorybank"},"disabled":false,"autoApprove":["memory_bank_read","memory_bank_write","memory_bank_update","list_projects","list_project_files"]}' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment