MCP Configgeneral
nixos-config MCP Config
MCP server configuration from javdl/nixos-config
.mcp.json
{
"mcpServers": {
"fetch": {
"command": "/bin/sh",
"args": [
"-c",
"PATH=/run/current-system/sw/bin:/etc/profiles/per-user/$USER/bin:$PATH exec uvx mcp-server-fetch"
]
},
"context7": {
"command": "/bin/sh",
"args": [
"-c",
"PATH=/run/current-system/sw/bin:/etc/profiles/per-user/$USER/bin:$PATH exec npx -y @upstash/context7-mcp"
]
}
}
}