Home/Nixinator: Add deepwiki mcp server

This commit is contained in:
2026-09-13 21:58:57 +02:00
parent 1dcc27f378
commit 82dfa98c07
+11
View File
@@ -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"];