anduin revised this gist 4 months ago. Go to revision
1 file changed, 43 insertions
config.json(file created)
| @@ -0,0 +1,43 @@ | |||
| 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 | + | } | |
Newer
Older