AI amnesia. MCP hell.
Agents running blind.
Three MIT fixes.

MIT · Open Source · No accounts · No telemetry

DNA MIT License
Released Mar 24, 2026

One command. Every AI tool knows your company.

Git repo + CLI + skill compiler + 20 MCP connectors. One command gives every teammate full company context on any machine.

  • Works with Claude Code, Codex, Cowork, Antigravity
  • 20 MCP connectors: Attio, Stripe, GitHub, Jira, Linear, and more
  • Cross-compiles to CLAUDE.md, AGENTS.md, GEMINI.md
  • Skills sync across the team via git
Terminal
$ 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.

ZeroMCP MIT License
Released Apr 6, 2026

Drop a file. It's an MCP tool.

Zero-config MCP runtime. No server class. No JSON config. No zombie processes.

  • 10 languages: JS, TS, Python, Go, Rust, Ruby, PHP, Java, C#, Swift
  • Near-zero dependencies. Zero in JS, Python, Go.
  • Built-in sandbox. Tools only access what you explicitly allow.
  • Hot reload. Edit the file, the tool updates instantly.
tools/get-weather.js
// 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();
}
10languages
~0dependencies
1binary

Husk MIT License
Releasing Soon

See your Claude Code context window live, in the status bar.

Terminal for AI coding. Reads Claude Code and Codex sessions directly. No plugin, no config.

  • Live context: tokens used, total, and percentage per pane
  • Process-aware colors: each pane shows which AI is running
  • Split panes, session persistence, quake mode
  • Cold start under 2s. Under 200MB RAM at idle.
  • MIT. No telemetry. No accounts. No login.
Antidrift › Brain Antidrift › ZeroMCP Main Site › src
$ 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...
claude (ctx: 127k)
<2scold start
<200MBRAM at idle
livecontext bar

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 →

AI amnesia. MCP hell. Agents running blind. Three MIT fixes.

MIT License · No accounts · No telemetry

GitHub