Files
everything-claude-code/.mcp.json
2026-03-29 21:27:16 -04:00

45 lines
794 B
JSON

{
"mcpServers": {
"github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
]
},
"context7": {
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp@2.1.4"
]
},
"exa": {
"url": "https://mcp.exa.ai/mcp",
"type": "http"
},
"memory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
]
},
"playwright": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp@0.0.68",
"--extension"
]
},
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
}
}
}