Home/Nixinator: Add deepwiki mcp server
This commit is contained in:
@@ -142,6 +142,17 @@
|
|||||||
mcp = {
|
mcp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
servers = {
|
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 = {
|
nixos = {
|
||||||
command = "uvx";
|
command = "uvx";
|
||||||
args = ["mcp-nixos"];
|
args = ["mcp-nixos"];
|
||||||
|
|||||||
Reference in New Issue
Block a user