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
2026-02-04 23:33:44 +01:00

44 lines
834 B
JSON

{
"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"
],
"env": {
"PROMETHEUS_URL": "https://prometheus.home.2rjus.net",
"ALERTMANAGER_URL": "https://alertmanager.home.2rjus.net"
}
}
}
}