drillable-context

drillablehq/drillable-context
★ 0 stars Python AI/LLM Updated today
Ground your coding agent in your project's own facts — docs, decisions, conventions — instead of guesses. A local MCP server over a folder of markdown that drills its sources and says "no record" instead of bluffing.
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": {
    "drillable-context": {
      "command": "uvx",
      "args": [
        "drillable-context"
      ]
    }
  }
}

Or install with pip: pip install drillable-context

README Excerpt

*(provisional name — the engine that grounds a coding agent in **your own project's facts**.)* Your coding agent forgets. It contradicts a decision you made last week, invents a convention you never set, "remembers" your API the way it wishes it worked. This points the agent at *your* facts — your `CLAUDE.md`, your docs, your decisions and gotchas — and makes it **drill them instead of

Topics

claude-codecoding-agentcontextgroundingllmmcp