-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.mcp.json
More file actions
27 lines (27 loc) · 577 Bytes
/
.mcp.json
File metadata and controls
27 lines (27 loc) · 577 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"mcpServers": {
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN}"
}
},
"docus-remote": {
"type": "http",
"url": "https://docs.example.com/mcp"
},
"nuxt-remote": {
"type": "http",
"url": "https://nuxt.com/mcp"
},
"nuxt-ui-remote": {
"type": "http",
"url": "https://ui.nuxt.com/mcp"
},
"vercel-remote": {
"type": "http",
"url": "https://mcp.vercel.com"
}
}
}