Skip to main content
Measured savings across 11 LLMs, from Claude Opus 4.7 to Gemini Flash.→ See per-model data
Connect your client
CONTEXT ENGINE

Half the tokens.
All the context.

gotcontext is the context gateway for AI agents. Semantic compression, code intelligence, security scanning and team memory, behind one MCP URL.

MEASURED ON REAL WORKLOADS
9.54x compression measured on large documents~50% typical token savings on mixed context96% reduction on MCP tool schemas173 MCP tools on Pro, 23 on FreeREST + MCP Streamable HTTP, one bearer tokenEngine runs locally, zero AI provider calls at runtime

Defining your context gateway

MODEL-AGNOSTIC

Claude, GPT, Gemini, local models. Compression happens before your tokens leave, so every provider benefits equally.

MCP-NATIVE

One Streamable HTTP URL with a bearer token. Your agent discovers every tool the moment it connects.

LOCAL ENGINE

Semantic compression runs on our metal with ONNX embeddings. Your context is never forwarded to an AI provider.

THE CORE

Your context goes in. Half the tokens come out.

COMPRESSION

Model vendors bill by the token. We shrink the bill.

The engine builds a semantic skeleton of what you were about to send, keeps the meaning and drops the rest. Ratios below are measured and locked by tests, not marketing.

tokens after compression, by content type
Large documents
9.54x
MCP tool schemas
96% smaller
Typical mixed context
~50% saved
gray = tokens sent today. orange = after gotcontext.
CODE INTELLIGENCE

Point your agent at code. Get answers, not file dumps.

Blast radius, callers, edit plans and 128 AST security rules run server side, so your agent reads one ranked answer instead of twenty raw files.

gc_blast_radius, output shape from the live tool
$ gc_blast_radius record_usage
├─ blast_radius_score   moderate
├─ caller_tree
│  ├─ routers/usage.py
│  ├─ mcp_gateway.py
│  └─ services/billing.py
├─ impacted tests        6 files
└─ graph_trust_summary   parser-backed
TEAM MEMORY

A knowledge base your whole agent fleet shares.

Agents write once and every agent reads compressed. Plans are versioned items with signed change proposals only a human owner can merge.

knowledge base, plan proposals
itemtypestate
release-planplanv4 merged by owner
api-conventionsdocindexed, shared
incident-notesdocproposal pending review
gc_kb_* and gc_plan_* tools, private by default.
LIVE DEMO

Watch it compress. This one is real.

gotcontext -- live compression -- /v1/demo/compress
press run. this fires a real request against the production API.
no key needed for the demo route
ENTERPRISE

Built for the enterprise from day one

SELF-HOSTED

Run the full gateway in your VPC from one Docker image, licensed with Ed25519-signed keys.

SSO AUTH

Clerk-backed sessions and JWTs for the dashboard, HMAC-signed gc_ keys for machines.

BUDGETS & FINOPS

Per-project budgets with 75, 90 and 100 percent alerts, usage rollups by key and model.

AUDIT TRAILS

Append-only audit events enforced at the database layer. Nothing is silently rewritten.

A2A INTEROP

A Linux Foundation Agent2Agent card, signed share manifests and cross-agent task delegation.

SECURITY SCANNING

gc_scan runs 128 AST rules across 6 packs. gc_skill_scan gates skills before your agents install them.

CLIENTS

For every agent stack that pays for context

Claude Code
plugin bundle or one .mcp.json entry
Cursor
MCP settings, same URL and bearer token
Codex CLI
pre-wired MCP config shipped in our docs
Gemini CLI
Docker image with the gateway pre-wired
VS Code
published extension on the marketplace
CI pipelines
GitHub Action plus Python and TS SDKs

Ready to cut your token bill?

Start free with 23 MCP tools. Connect one URL. Keep your models.

Compatible with

Claude Code
Cursor
Gemini CLI
Codex
Windsurf
VS Code
COMPRESSION
Semantic Graph
PageRank-based importance scoring
50% live average
Step 1: Ingest
Document Analysis
Text chunked, analyzed, and scored semantically. Compression graph assembled.
Step 2: Rank
PageRank Scoring
Graph edges weighted by semantic similarity. Importance propagated through the network.
Step 3: Extract
Ranked extract (not generated)
Top-ranked nodes form the compressed output. Every output token appears in your input. Target ratio controls fidelity.
Step 4: Deliver
Return to MCP client
Compressed output returned to your AI tool, typically ~50% smaller on production traffic (87.4% on benchmark peak). Expandable on demand.
terminal
live
# 1. Get a free API key at gotcontext.ai/sign-up
# 2. Point your AI tool at our MCP endpoint:
https://api.gotcontext.ai/mcp
Authorization: Bearer gc_your_key
# 3. Call tools naturally (Claude Code / Cursor / etc):
> ingest_context(file_id="api.md", content="...")
> read_skeleton(file_id="api.md", ratio=0.15)
# Result: 485 → 61 tokens (87.4% reduction)
50%
Live avg compression
<90ms
p95 pipeline latency
140+
MCP Tools
Ingest
ingest_context
Compress
read_skeleton
Remember
gc_kb_query
Delegate
gc_a2a_task_create
Merge
gc_plan_decide

Try it now

Paste any text and see how much you can save. No signup required.

Text is processed in-memory and is not stored, logged with PII, or used for training. Do not paste secrets or production credentials. Privacy details →

5,300/12,000 chars
Compressed output
Compressed text will appear here...
Code compression

Your codebase is the biggest thing your agent reads.

Text summarizers compress prose. We compress code, AST-aware and structure-preserving, at 10-11× on real source files. An agent that reads mcp_gateway.py in full spends 20,076 words of context. With read_skeleton it gets a faithful structural skeleton for 1,935 words and drills into any function on demand. Same answerable questions, one-tenth the context budget.

Live dogfood: our own gateway
10.38×
compression on api/app/mcp_gateway.py (~5.5K LoC, production)
read_file20,076 words
read_skeleton1,935 words

The agent gets a structural skeleton (every function signature, every class, every import), then calls modulate_region to expand any section it needs. gc_blast_radius gives ranked context for a specific symbol. compress_codebase produces an AST digest of a whole directory.

read_skeletonmodulate_regiongc_blast_radiuscompress_codebase
Benchmark results (CI-locked)
Input
Original
Skeleton
Ratio
Saved
Code file (real source)
3,390
299
11.34×
91.2%
api/app/mcp_gateway.pydogfood
20,076
1,935
10.38×
90.4%
Large doc (~2.3K words)
7,173
752
9.54×
89.5%

Compression is size-dependent. Small files compress little. The engine keeps them faithful. The ratios above are on large files where agents actually struggle to fit the full source into context.

gc_scan

128 AST rules across 6 packs run against your code: auth, crypto, deserialization, secrets, subprocess, tls-safe.

gc_skill_scan

Reads a SKILL.md or MCP tool manifest and returns a safe_to_install verdict before you install it.

See gc_scan and gc_skill_scanRead the security-scanning docs
How we measure

How the numbers are measured.

Two sources: the live API, and an open benchmark you can run. The hero number is a conservative ~50% typical saving; the live production average is at the /v1/global-savings endpoint. The benchmark peak below is from the open-source harness. Run it yourself, the numbers will be identical. Code context is powered by tensor-grep (open source, Apache-2.0).

87.4%
Benchmark peak: large-document workloads
Peak on long-form documents (API specs, codebases, research papers). The headline is a conservative ~50% typical saving; the live production average runs higher. Both the typical figure and the peak are real, the difference is workload mix.
View public benchmarks
140+
MCP tools
Claude, GPT, Gemini, Codex.
<90ms
Pipeline latency
Ingest → compress → return, p95.
5
CLI integrations
Claude Code, Cursor, Gemini CLI, Codex, Windsurf.
Pricing

Pay for tool calls. Compression is included.

Every MCP tool response is compressed before it returns to your agent, so each call delivers more context per token. The multiplier scales with the live compression ratio (see hero). Covers solo developers to enterprise teams.

Free

$0/month
Free tier
No credit card. Built for evaluation and side projects.
  • 1,000 compressions/month
  • 100KB max document
  • Standard compression
  • Command Palette & shortcuts
  • Activity Feed
  • Dark/Light theme
  • Community support
Start free: 1,000 compressions/mo

Pro

$49/mo
For individual developers
All 140+ MCP tools, accelerated compression, priority queue with 2 reserved compression slots.
  • 50,000 compressions/month
  • All 140+ MCP tools (incl. ACE, knowledge mgmt, multimodal)
  • Priority queue: 2 concurrent compression slots
  • 1MB max document
  • Accelerated compression (3-5x faster)
  • Queue Monitor (real-time SSE)
  • Usage analytics
  • Webhook Notifications
  • Priority support
Start Pro Plan

Business

$199/mo
Shared infra with exportable audit logging, OIDC/SSO, and DPA
Self-hosted Docker, OIDC/SSO, audit-log export for compliance reviews, SBERT embeddings, named Customer Success Manager.
  • 500,000+ compressions / month
  • All 140+ MCP tools
  • Priority queue: 8 concurrent compression slots
  • Self-hosted Docker (run in your VPC)
  • OIDC federation (Okta, Auth0, Azure AD)
  • Audit-log export (NDJSON/CSV) for compliance reviews
  • SBERT embeddings (higher fidelity than the default MiniLM tier)
  • SSO / SAML
  • Email support · SLA on request (custom MSA)
  • DPA / IP indemnity / custom MSA
Contact Sales
See full plan comparison (Free · Pro · Team · Enterprise)
Measure & Learn

What we're measuring and writing about context.

Benchmarks tell you what models cost. News tells you what changed. Both feeds below are live.

FROM THE NEWSROOMSee all →
FROM THE LEADERBOARDSee all →
Start today

Start free.

1,000 compressions/month, all 140+ tools, no credit card.