mcp.json 439 B

123456789101112131415161718192021222324
  1. {
  2. "servers": {
  3. "io.github.upstash/context7": {
  4. "type": "stdio",
  5. "command": "npx",
  6. "args": [
  7. "@upstash/context7-mcp@1.0.31"
  8. ],
  9. "env": {
  10. "CONTEXT7_API_KEY": "${input:CONTEXT7_API_KEY}"
  11. },
  12. "gallery": "https://api.mcp.github.com",
  13. "version": "1.0.31"
  14. }
  15. },
  16. "inputs": [
  17. {
  18. "id": "CONTEXT7_API_KEY",
  19. "type": "promptString",
  20. "description": "API key for authentication",
  21. "password": true
  22. }
  23. ]
  24. }