.mcp.json 441 B

1234567891011121314151617181920212223
  1. {
  2. "mcpServers": {
  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-mcp-server",
  14. "--context",
  15. "ide-assistant",
  16. "--project",
  17. ".",
  18. "--enable-web-dashboard=false"
  19. ],
  20. "env": {}
  21. }
  22. }
  23. }