config.json
· 1.5 KiB · JSON
Raw
{
"mcpServers": {
"code-runner": {
"type": "streamable_http",
"url": "https://cpprunner.aiursoft.cn/mcp",
"headers": {
"Content-Type": "application/json"
}
},
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"]
},
"bing-search": {
"command": "uvx",
"args":[
"bing-search-mcp"
],
"env": {
"BING_API_KEY": "aaaaaa"
}
},
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
},
"howtocook-mcp": {
"command": "npx",
"args": ["-y", "howtocook-mcp"]
},
"fetch": {
"command": "uvx",
"args": ["mcp-server-fetch"]
},
"time": {
"command": "uvx",
"args": ["mcp-server-time", "--local-timezone=America/New_York"]
}
}
}
1 | { |
2 | "mcpServers": { |
3 | "code-runner": { |
4 | "type": "streamable_http", |
5 | "url": "https://cpprunner.aiursoft.cn/mcp", |
6 | "headers": { |
7 | "Content-Type": "application/json" |
8 | } |
9 | }, |
10 | "context7": { |
11 | "command": "npx", |
12 | "args": ["-y", "@upstash/context7-mcp"] |
13 | }, |
14 | "bing-search": { |
15 | "command": "uvx", |
16 | "args":[ |
17 | "bing-search-mcp" |
18 | ], |
19 | "env": { |
20 | "BING_API_KEY": "aaaaaa" |
21 | } |
22 | }, |
23 | "sequential-thinking": { |
24 | "command": "npx", |
25 | "args": [ |
26 | "-y", |
27 | "@modelcontextprotocol/server-sequential-thinking" |
28 | ] |
29 | }, |
30 | "howtocook-mcp": { |
31 | "command": "npx", |
32 | "args": ["-y", "howtocook-mcp"] |
33 | }, |
34 | "fetch": { |
35 | "command": "uvx", |
36 | "args": ["mcp-server-fetch"] |
37 | }, |
38 | "time": { |
39 | "command": "uvx", |
40 | "args": ["mcp-server-time", "--local-timezone=America/New_York"] |
41 | } |
42 | } |
43 | } |
44 |