mcp.json 428 B

1234567891011121314151617181920212223
  1. {
  2. "servers": {
  3. "context7": {
  4. "type": "http",
  5. "url": "https://mcp.context7.com/mcp"
  6. },
  7. "serena": {
  8. "type": "stdio",
  9. "command": "uvx",
  10. "args": [
  11. "--from",
  12. "git+https://github.com/oraios/serena",
  13. "serena",
  14. "start-mcp-server",
  15. "--context",
  16. "ide",
  17. "--project",
  18. ".",
  19. "--enable-web-dashboard=false"
  20. ]
  21. }
  22. }
  23. }