claude: add nixos-mcp

This commit is contained in:
Sridhar Ratnakumar 2025-08-24 13:31:26 -04:00
parent d5eaa97e36
commit 68d9571771
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,3 @@
{
"enableAllProjectMcpServers": true
}

10
.mcp.json Normal file
View file

@ -0,0 +1,10 @@
{
"mcpServers": {
"nixos-mcp": {
"command": "uvx",
"args": [
"mcp-nixos"
]
}
}
}