2.home-manager/tests/modules/programs/zed-editor/mcp-integration.json
Alin 4536603a43 zed-editor: add enableMcpIntegration option
Integrate with the shared MCP module
2026-03-11 22:13:46 -05:00

26 lines
485 B
JSON

{
"context_servers": {
"context7": {
"enabled": true,
"headers": {
"CONTEXT7_API_KEY": "{env:CONTEXT7_API_KEY}"
},
"url": "https://mcp.context7.com/mcp"
},
"disabled-server": {
"args": [
"test"
],
"command": "echo",
"enabled": false
},
"everything": {
"args": [
"-y",
"@modelcontextprotocol/server-everything"
],
"command": "npx",
"enabled": true
}
}
}