context-distill

jcastilloa/context-distill
★ 0 stars Go Code/Dev Tools Updated today
Go tool that distills verbose command output and retrieves compact code context before it reaches a paid LLM. Three operations — distill_batch, distill_watch, search_code — available as a Skill (zero-config), standalone CLI, or MCP server. Supports Ollama and any OpenAI-compatible provider.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "context-distill": {
      "command": "go",
      "args": [
        "run",
        "github.com/jcastilloa/context-distill@latest"
      ]
    }
  }
}

README Excerpt

A Go tool that **distills command output and retrieves code context** before it reaches a paid LLM. Available as a **Skill** (recommended), a **standalone CLI**, and an **MCP server**. Inspired by the `distill` CLI and built with hexagonal architecture, dependency injection, and TDD. `context-distill` exposes four operations accessible in **three ways**:

Tools (20)

INSTALL_DIRREPOSERVICE_NAMEVERSIONapi_keybase_urlcontext_linescurrent_cycledistill_batchdistill_mcp_outputdistill_watchinputjanlmstudiolocalaimax_resultsmodeollamaopenaiopenrouter