From 183f0b9fd359449b3e8b1023d1fdcc42566328d6 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Tue, 20 Jan 2026 12:15:41 +0000 Subject: [PATCH] as mcp --- profiles/opencode.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/profiles/opencode.nix b/profiles/opencode.nix index f6daeb7..8c9873f 100644 --- a/profiles/opencode.nix +++ b/profiles/opencode.nix @@ -21,6 +21,24 @@ disabled = true; }; }; + mcp = { + appsignal = { + type = "local"; + command = [ + "docker" + "run" + "-i" + "--rm" + "-e" + "APPSIGNAL_API_KEY" + "appsignal/mcp" + ]; + environment = { + APPSIGNAL_API_KEY = "{env:APPSIGNAL_API_KEY}"; + }; + enabled = true; + }; + }; agent = { explore = { model = "opencode/minimax-m2.1-free";