{ "mcpServers": { "nixpkgs-options": { "command": "nix", "args": [ "run", ".#nixpkgs-search", "--", "options", "serve" ], "env": { "NIXPKGS_SEARCH_DATABASE": "sqlite://:memory:" } }, "nixpkgs-packages": { "command": "nix", "args": [ "run", ".#nixpkgs-search", "--", "packages", "serve" ], "env": { "NIXPKGS_SEARCH_DATABASE": "sqlite://:memory:" } }, "lab-monitoring": { "command": "nix", "args": [ "run", ".#lab-monitoring", "--", "serve", "--enable-silences" ], "env": { "PROMETHEUS_URL": "https://prometheus.home.2rjus.net", "ALERTMANAGER_URL": "https://alertmanager.home.2rjus.net" } } } }