From 82dfa98c0740a7245911122086f01676c3aab8f4 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sun, 13 Sep 2026 21:58:57 +0200 Subject: [PATCH] Home/Nixinator: Add deepwiki mcp server --- home/christoph/nixinator/default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) 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"];