Add mcp-nixos MCP server (nix run)

This commit is contained in:
rope 2026-06-25 10:40:40 +01:00
parent b00dee9dc6
commit cb9a03cbf4

14
.mcp.json Normal file
View file

@ -0,0 +1,14 @@
{
"mcpServers": {
"nixos": {
"type": "stdio",
"command": "nix",
"args": [
"run",
"github:utensils/mcp-nixos",
"--"
],
"env": {}
}
}
}