.mcp.json•739 B
{
"mcpServers": {
"serena": {
"type": "stdio",
"command": "/home/vsc/.platformio/penv/bin/uvx",
"args": [
"--from",
"git+https://github.com/oraios/serena",
"serena",
"start-mcp-server",
"--context",
"ide-assistant",
"--project",
"/home/vsc/Documents/Projects/birre"
],
"env": {}
},
"context7": {
"type": "http",
"url": "https://mcp.context7.com/mcp",
"headers": {
"CONTEXT7_API_KEY": "ctx7sk-4da112af-f825-4bd0-b07e-e2f819197da8"
}
},
"birre": {
"command": "uv",
"args": [
"run",
"/home/vsc/Documents/Projects/birre/server.py"
],
"env": {}
}
}
}