This repository has been archived on 2026-03-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
labmcp/.mcp.json
Torjus Håkestad 5e043e724e chore: add MCP configuration file
Example configuration for running the nixos-options MCP server
via Claude Code or other MCP clients.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 19:14:36 +01:00

17 lines
239 B
JSON

{
"mcpServers": {
"nixos-options": {
"command": "nix",
"args": [
"run",
".",
"--",
"serve"
],
"env": {
"NIXOS_OPTIONS_DATABASE": "sqlite://:memory:"
}
}
}
}