mcp_config.json 362 B

123456789101112131415161718192021222324
  1. {
  2. "mcpServers": {
  3. "context7": {
  4. "command": "npx",
  5. "args": [
  6. "-y",
  7. "@upstash/context7-mcp@latest"
  8. ]
  9. },
  10. "fetch": {
  11. "command": "npx",
  12. "args": [
  13. "-y",
  14. "@tokenizin/mcp-npx-fetch"
  15. ]
  16. },
  17. "bingcn": {
  18. "command": "npx",
  19. "args": [
  20. "bing-cn-mcp"
  21. ]
  22. }
  23. }
  24. }