| 12345678910111213141516171819202122 |
- {
- "mcpServers": {
- "context7": {
- "type": "http",
- "url": "https://mcp.context7.com/mcp"
- },
- "serena": {
- "type": "stdio",
- "command": "uvx",
- "args": [
- "--from",
- "git+https://github.com/oraios/serena",
- "serena-mcp-server",
- "--context",
- "ide-assistant",
- "--project",
- "."
- ],
- "env": {}
- }
- }
- }
|