12345678910111213141516171819202122232425262728293031 |
- {
- "mcpServers": {
- "context7": {
- "command": "npx",
- "args": [
- "-y",
- "@upstash/context7-mcp@latest"
- ]
- },
- "fetch": {
- "command": "npx",
- "args": [
- "-y",
- "@tokenizin/mcp-npx-fetch"
- ]
- },
- "bingcn": {
- "command": "npx",
- "args": [
- "bing-cn-mcp"
- ]
- },
- "12306-mcp": {
- "command": "npx",
- "args": [
- "-y",
- "12306-mcp"
- ]
- }
- }
- }
|