From 32d19624124b3cb8c24e7f29a59f929218fcd0c9 Mon Sep 17 00:00:00 2001 From: allaun Date: Mon, 22 Jun 2026 03:23:33 -0500 Subject: [PATCH] feat(opencode): enable local headroom MCP server --- opencode.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/opencode.json b/opencode.json index b1fa0eed..a89ac8fa 100644 --- a/opencode.json +++ b/opencode.json @@ -66,6 +66,11 @@ "type": "remote", "url": "https://mcp.consensus.app/mcp", "enabled": true + }, + "headroom": { + "type": "local", + "command": ["headroom", "mcp", "serve"], + "enabled": true } }, "$schema": "https://opencode.ai/config.json"