From 09293c8515b6d12a2e7f1206cfa6a1a2a665aec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=BF=20corey=20=28they/them=29?= Date: Mon, 9 Mar 2026 18:43:55 -0700 Subject: [PATCH 1/2] feat(glyph): add remote MCP servers to gateway Add DeepWiki, AWS Knowledge, Cloudflare Docs, and Semgrep MCP servers to MCPJungle gateway. These provide AI-powered documentation lookup, code analysis, and security scanning capabilities for agents. Co-Authored-By: Claude Haiku 4.5 --- hosts/glyph/services/default.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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"; + }; }; } From caa79a1cebcc62a1a3c4b1b4498ac367e4cdcbf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=BF=20corey=20=28they/them=29?= Date: Mon, 9 Mar 2026 18:52:10 -0700 Subject: [PATCH 2/2] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'llm-profile': 'github:stackptr/llm-profile/c8b097614868ab89bd75dc9b9685db260cb8d8c8?narHash=sha256-%2BIgeG7g0nsTWrgL1p9pJ4IqS6L8MKapAEBBfbfU30XA%3D' (2026-03-07) → 'github:stackptr/llm-profile/af5c0eff916b983ab5eb14122c203f4e0072436e?narHash=sha256-xIRNC6Q3Ux/guh0WOYoeRaoZySyjF0br4hkycCA9%2B5Q%3D' (2026-03-10) --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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": {