Local MCP server + hooks
Context routing that learns your codebase.
Your AI coding assistant forgets your project between sessions. Hologram Pro fixes that: a pressure-based router learns which files matter for what you're doing — and injects them into every prompt, automatically, before the model starts thinking.
actual injection format, routed per prompt
How it works
Route → use → reinforce. Every turn.
Hologram models your project as a pressure field: files heat up when they're relevant, cool when they're not, and the routing that put them in front of your model gets reinforced by what you actually used.
Inject
Auto-context on every prompt
With Claude Code, hooks inject routed file context before the model starts — no tool calls, no asking. Gemini CLI, Codex, and Cursor get the same routing as MCP tools.
Learn
A loop that actually closes
Every session's file usage feeds back into the router — including the T3v4-R neural reranker (~1M parameters, trained online on your real usage) and an idle-time consolidation engine.
Own
Local-first, verifiably
Your code, prompts, and routing data never leave your machine. The only network request is license validation. No telemetry. Check it with strace — we publish the manifest.
Trust
The label is machine-verified.
Every path this software reads or writes and every request it makes is published in FOOTPRINT.md — and enforced by an audit-hook test suite that runs a full routing cycle in a sandbox and fails if anything outside the manifest is touched, or if any socket opens beyond license validation. Install and uninstall print every change before making it, and uninstall reverses all of them.
If your license ever lapses, Hologram degrades to its open-source core — pressure routing keeps working. It never breaks your setup, and it never holds your workflow hostage.
Revocation policy: degrade, never brickQuickstart
Five minutes to routed context.
# install the wheel from your purchase (adjust the path) pip install './hologram_cognitive_pro-0.4.0-py3-none-any.whl[mcp,hooks]' # activate (key delivered at purchase) hologram license activate HP-XXXX-XXXX # hook up your editor — prints every change first hologram install claude-code # first route cd your-project && hologram init .claude
Pricing
Two ways to buy. Same product.
Perpetual
$99 once
- Perpetual license, 3 machines
- 1 year of updates included
- All pro features forever
Subscription
$12 / month
- 3 machines, cancel anytime
- Updates while active
- Lapses degrade to open core — never breaks
Checkout is handled by Polar (merchant of record — VAT and invoices included). Your license key appears in your purchase page immediately. The open-source core, hologram-cognitive, is MIT-licensed and free forever.