Files
nixos-servers/.mcp.json
Torjus Håkestad b5da9431aa
Some checks failed
Run nix flake check / flake-check (push) Failing after 13m51s
docs: add nixos-options MCP configuration
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 00:01:00 +01:00

13 lines
285 B
JSON

{
"mcpServers": {
"nixos-options": {
"command": "nix",
"args": ["run", "git+https://git.t-juice.club/torjus/labmcp#nixos-options", "--", "serve"],
"env": {
"NIXOS_OPTIONS_DATABASE": "sqlite:///run/user/1000/labmcp/nixos-options.db"
}
}
}
}