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>
This commit is contained in:
2026-02-03 19:14:36 +01:00
parent cc369e6385
commit 5e043e724e

16
.mcp.json Normal file
View File

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