ide/config/mcphub/servers.json

22 lines
282 B
JSON

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