From 0b43e3b9e65a74af4e676ce2561b6be9b28f760c Mon Sep 17 00:00:00 2001 From: allaun Date: Sun, 21 Jun 2026 01:26:12 -0500 Subject: [PATCH] fix(infra): add headroom MCP to minimal config Headroom handles token/context compression, so keep it in the reduced MCP server list. --- .mcp.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.mcp.json b/.mcp.json index 436bf4a4..36410484 100644 --- a/.mcp.json +++ b/.mcp.json @@ -90,6 +90,12 @@ "headers": { "Authorization": "Bearer ${GITHUB_PERSONAL_ACCESS_TOKEN}" } + }, + "headroom": { + "_comment": "Headroom token compression / context compression proxy.", + "command": "/home/allaun/.local/share/pipx/venvs/headroom-ai/bin/python", + "args": ["-E", "/home/allaun/.local/bin/headroom", "mcp", "serve"], + "env": {} } } }