diff --git a/home/christoph/nixinator/default.nix b/home/christoph/nixinator/default.nix index 539ccb4..1247a29 100644 --- a/home/christoph/nixinator/default.nix +++ b/home/christoph/nixinator/default.nix @@ -142,6 +142,17 @@ mcp = { enable = true; servers = { + deepwiki = { + # https://mcpservers.org/servers/devin/deepwiki + url = "https://mcp.deepwiki.com/mcp"; + }; + # github = { + # # https://mcpservers.org/servers/github-mcp-server + # url = "https://api.githubcopilot.com/mcp/"; + # headers = { + # Authorization = "Bearer ${input:github_mcp_pat}"; # TODO: How to get the token from sops-nix into here? + # }; + # }; nixos = { command = "uvx"; args = ["mcp-nixos"];