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.

Buy Hologram Pro See how it works $99 once · or $12/mo
[HOLOGRAM] (cap=8500B, schema=t3-ctx/v1, project=your-api) tier_counts: hot=3 warm=5 cold=214 - src/auth/tokens.py [HOT 0.94] - src/auth/middleware.py [HOT 0.87] - tests/test_token_refresh.py [HOT 0.81] - src/models/session.py [WARM 0.44] - docs/auth-flow.md [WARM 0.38] … injected before your model reads the prompt. Every session it gets sharper.

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 brick

Quickstart

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.

Subscription

$12 / month

  • 3 machines, cancel anytime
  • Updates while active
  • Lapses degrade to open core — never breaks
Subscribe

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.