add mcp servers
This commit is contained in:
parent
236d96e292
commit
d69fd10533
3 changed files with 13 additions and 0 deletions
11
hm/mcp.nix
Normal file
11
hm/mcp.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
programs.mcp = {
|
||||
enable = true;
|
||||
servers = {
|
||||
mcp-nixos = {
|
||||
command = "nix";
|
||||
args = [ "run" "github:utensils/mcp-nixos" "--" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue