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";