From 3381945cea2241b57082f89fe82e1930a4cfad52 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Mon, 9 Feb 2026 17:18:36 +0000 Subject: [PATCH] opencode: add Cog MCP server --- profiles/opencode.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/opencode.nix b/profiles/opencode.nix index 909dc6e..1bd7fab 100644 --- a/profiles/opencode.nix +++ b/profiles/opencode.nix @@ -50,6 +50,14 @@ }; }; mcp = { + cog = { + enabled = true; + type = "remote"; + url = "https://trycog.ai/mcp"; + headers = { + Authorization = "Bearer {env:COG_API_TOKEN}"; + }; + }; context7 = { enabled = true; type = "remote";