mcp_config.json 470 B

12345678910111213141516171819202122232425262728293031
  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. "12306-mcp": {
  24. "command": "npx",
  25. "args": [
  26. "-y",
  27. "12306-mcp"
  28. ]
  29. }
  30. }
  31. }