Model Context Protocol
Shared context for teams
building with Claude.
Every Claude session starts from scratch. In teams this compounds — each person re-explains the same project, makes decisions nobody else knows about, wastes tokens on warmup.
agntx fixes this. Context lives on a server. Your team's decisions, architecture, and current state are injected into every session automatically.
How it works
The loop
4 commands
Stack templates
agntx detects your stack and pre-fills your CLAUDE.md with community-maintained gotchas and rules — the things that actually bit people in production.
No template for your stack? The wizard interviews you instead. Contribute yours →
Why not just update CLAUDE.md
Every /save captures not just what changed, but why— and what was rejected. This is append-only. Nothing is ever overwritten. Six months later, when someone asks “why don't we use X here?” — the answer is already in the log.
{
"decision": "Use Supabase AI for embeddings",
"reason": "Zero external dependencies, built into Edge Functions",
"rejected_alternatives": [
"OpenAI ada-002 — adds OpenAI dependency"
]
}Pricing
Free during beta.
No credit card. No limits. We'll announce paid plans before charging anything.
Ready to stop re-explaining your project?
One command. Ships via git. No per-developer setup.