mcp.json 360 B

123456789101112131415161718192021
  1. {
  2. "mcpServers": {
  3. "context7": {
  4. "command": "npx",
  5. "args": [
  6. "-y",
  7. "@upstash/context7-mcp"
  8. ],
  9. "env": {
  10. "DEFAULT_MINIMUM_TOKENS": ""
  11. }
  12. },
  13. "sequentialthinking": {
  14. "command": "npx",
  15. "args": [
  16. "-y",
  17. "@modelcontextprotocol/server-sequential-thinking"
  18. ]
  19. }
  20. }
  21. }