ide/config/mcphub/config.json
2025-05-06 21:13:01 +00:00

18 lines
206 B
JSON

{
"mcpServers": {
"context7": {
"command": "pnpm",
"args": [
"dlx",
"@upstash/context7-mcp@latest"
]
},
"git": {
"command": "uvx",
"args": [
"mcp-server-git"
]
}
}
}