Last active 1750926757

My MCP config

config.json Raw
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