MCP Configgeneral
NixOS-Config MCP Config
MCP configuration with 3 servers: taskmaster-ai, github, nixos
.mcp.json
{
"mcpServers": {
"taskmaster-ai": {
"type": "stdio",
"command": "pnpx",
"args": [
"task-master-ai"
]
},
"github": {
"type": "stdio",
"command": "pnpx",
"args": [
"@modelcontextprotocol/server-github"
]
},
"nixos": {
"type": "stdio",
"command": "nix",
"args": [
"run",
"github:utensils/mcp-nixos",
"--"
]
}
}
}