Files
dotfiles/legacy/.gemini/config/mcp_config.json
T
2026-07-06 17:05:43 +00:00

38 lines
613 B
JSON

{
"mcpServers": {
"nix": {
"command": "nix",
"args": [
"run",
"github:utensils/mcp-nixos",
"--"
]
},
"gitea": {
"command": "nix",
"args": [
"run",
"nixpkgs#gitea-mcp-server",
"--"
]
},
"ha": {
"command": "nix",
"args": [
"shell",
"nixpkgs#uv",
"nixpkgs#python3",
"--command",
"uv",
"tool",
"run",
"ha-mcp"
],
"env": {
"UV_PYTHON_DOWNLOADS": "never",
"UV_PYTHON_PREFERENCE": "system"
}
}
}
}