| 1234567891011121314151617181920212223 |
- {
- "servers": {
- "context7": {
- "type": "http",
- "url": "https://mcp.context7.com/mcp"
- },
- "serena": {
- "type": "stdio",
- "command": "uvx",
- "args": [
- "--from",
- "git+https://github.com/oraios/serena",
- "serena",
- "start-mcp-server",
- "--context",
- "ide",
- "--project",
- ".",
- "--enable-web-dashboard=false"
- ]
- }
- }
- }
|