mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 13:43:26 +08:00
45 lines
794 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|