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>
17 lines
239 B
JSON
17 lines
239 B
JSON
{
|
|
"mcpServers": {
|
|
"nixos-options": {
|
|
"command": "nix",
|
|
"args": [
|
|
"run",
|
|
".",
|
|
"--",
|
|
"serve"
|
|
],
|
|
"env": {
|
|
"NIXOS_OPTIONS_DATABASE": "sqlite://:memory:"
|
|
}
|
|
}
|
|
}
|
|
}
|