Git repo + CLI + skill compiler + 20 MCP connectors. One command gives every teammate full company context on any machine.
$ antidrift init
✓ Brain initialized at .antidrift/
✓ CLAUDE.md written
✓ AGENTS.md written
✓ GEMINI.md written
$ antidrift connect stripe
✓ Stripe connected — 47 tools available
$ claude
# Claude Code now knows your company. Zero-config MCP runtime. No server class. No JSON config. No zombie processes.
// Drop this file. It's a live MCP tool.
export async function getWeather({ city }) {
const res = await fetch(
`https://wttr.in/${city}?format=j1`
);
return res.json();
} Terminal for AI coding. Reads Claude Code and Codex sessions directly. No plugin, no config.
$ claude
> refactor the auth middleware to use JWT
● Reading src/middleware/auth.ts
● Reading src/routes/api.ts
● Reading src/lib/tokens.ts
I'll refactor the auth middleware to use JWT.
The current session-based approach in auth.ts
can be replaced with stateless JWT validation... 28,000+ downloads
"20 MCP servers → 1 process."
Built for ourselves first. DNA holds the company context. ZeroMCP replaced 20 standalone MCP servers with one process. Husk is the terminal we work in.
Read the case study →