diff --git a/flake.lock b/flake.lock index e5076fe..c65040a 100644 --- a/flake.lock +++ b/flake.lock @@ -239,11 +239,11 @@ "llm-profile": { "flake": false, "locked": { - "lastModified": 1773086248, - "narHash": "sha256-K68UgavYzLtBqL7klmOgYpqpW6TLWzc5FnDlOviPw+A=", + "lastModified": 1773107490, + "narHash": "sha256-xIRNC6Q3Ux/guh0WOYoeRaoZySyjF0br4hkycCA9+5Q=", "owner": "stackptr", "repo": "llm-profile", - "rev": "3ca13e7b4157249669fb2564d859fab16f90331a", + "rev": "af5c0eff916b983ab5eb14122c203f4e0072436e", "type": "github" }, "original": { diff --git a/hosts/glyph/services/default.nix b/hosts/glyph/services/default.nix index 669e446..4dc145b 100644 --- a/hosts/glyph/services/default.nix +++ b/hosts/glyph/services/default.nix @@ -122,5 +122,21 @@ headers.CONTEXT7_API_KEY = "$CONTEXT7_API_KEY"; environmentFile = config.age.secrets.context7-api-key.path; }; + servers.deepwiki = { + url = "https://mcp.deepwiki.com/mcp"; + description = "AI-powered documentation and Q&A for GitHub repositories"; + }; + servers.aws-knowledge = { + url = "https://knowledge-mcp.global.api.aws"; + description = "AWS documentation and development reference"; + }; + servers.cloudflare-docs = { + url = "https://docs.mcp.cloudflare.com/sse"; + description = "Cloudflare documentation and API reference"; + }; + servers.semgrep = { + url = "https://mcp.semgrep.ai/mcp"; + description = "Code security scanning for vulnerabilities, supply chain, and secrets"; + }; }; }