mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
25 lines
500 B
JSON
25 lines
500 B
JSON
{
|
|
"servers": {
|
|
"CustomServer": {
|
|
"type": "http",
|
|
"url": "https://example.com/mcp"
|
|
},
|
|
"context7": {
|
|
"enabled": true,
|
|
"headers": {
|
|
"CONTEXT7_API_KEY": "{env:CONTEXT7_API_KEY}"
|
|
},
|
|
"type": "http",
|
|
"url": "https://mcp.context7.com/mcp"
|
|
},
|
|
"everything": {
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-everything"
|
|
],
|
|
"command": "custom-npx",
|
|
"enabled": false,
|
|
"type": "stdio"
|
|
}
|
|
}
|
|
}
|