Add mcp-nixos MCP server (nix run)
This commit is contained in:
parent
b00dee9dc6
commit
cb9a03cbf4
1 changed files with 14 additions and 0 deletions
14
.mcp.json
Normal file
14
.mcp.json
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"mcpServers": {
|
||||||
|
"nixos": {
|
||||||
|
"type": "stdio",
|
||||||
|
"command": "nix",
|
||||||
|
"args": [
|
||||||
|
"run",
|
||||||
|
"github:utensils/mcp-nixos",
|
||||||
|
"--"
|
||||||
|
],
|
||||||
|
"env": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue