Server Config
{
"mcpServers": {
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
},
"fetch": {
"command": "uvx",
"args": [
"mcp-server-fetch"
]
},
"context7": {
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp@latest"
]
},
"mastergo-magic-mcp": {
"command": "npx",
"args": [
"-y",
"@mastergo/magic-mcp",
"--token=mg_69c9f7a93e7143efb83a246643cf6a70",
"--url=https://mastergo.com"
],
"env": {
"NPM_CONFIG_REGISTRY": "https://registry.npmjs.org/"
}
},
"github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "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"
}
},
"gitlab": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gitlab"
],
"env": {
"GITLAB_PERSONAL_ACCESS_TOKEN": "LyjVaFRH_8emGrqycUYq",
"GITLAB_API_URL": "https://git.corpautohome.com/api/v2"
}
},
"vercel-mcp-server": {
"command": "/usr/local/bin/node",
"args": [
"/Users/zhaixiaowei/Desktop/vercel-mcp-server/dist/index1.js"
]
}
}
}