.mcp.json 401 B

12345678910111213141516171819202122
  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. ],
  19. "env": {}
  20. }
  21. }
  22. }