knitbrain
Local-first MCP server that gives any AI coding agent per-project memory, workflow intelligence, and always-on, lossless token & context optimization.
README
Knit Brain
Local-first MCP server that gives any AI coding agent per-project memory, workflow intelligence, and always-on, lossless token & context optimization — entirely on your machine, zero cloud.
Pure TypeScript. Two runtime dependencies. No Python, no native binaries, no network beyond npm install.
Why
Coding agents burn context on bulk they rarely re-read in full — large files, logs, JSON, stale tool output, old turns. Knit Brain shrinks that bulk to a navigable skeleton while keeping the exact original one lookup away:
- your context window lasts dramatically longer,
- nothing is ever lost — compression is reversible via a local content-addressed store (CCR),
- your instructions and governance text are never touched (protected verbatim).
Measured on real mixed files: 106,268 → 15,316 tokens (85.6% saved), every byte recoverable. Savings are workload-dependent; redundant JSON/code compresses hardest, declaration-only files pass through untouched (output is never larger than input — enforced).
How it works
One brain, two doors, one lossless store:
- MCP server (
knitbrain) — 21 tools: memory (learnings, session handoff), knowledge graph (imports/exports/dependents), workflow classification, project-specific agent generation, a shared team board, a context-window meter (warns and tells the agent to save a handoff before the window blows), and explicitoptimize/retrieve. Every data payload flows through one dispatch chokepoint where it's compressed structure-preservingly (JSON keeps its schema, code keeps its signatures) and tagged with a⟨ccr:hash⟩handle. - Proxy (
knitbrain-proxy) — a loopback HTTP proxy in front of the LLM API (provider auto-detected per request: Anthropic/v1/messages, OpenAI/v1/chat/completions). Compresses the full request — old turns harder than recent ones, pasted bulk inside your message compressed while your directive stays verbatim — and streams the response back. - CCR store — content-addressed (SHA-256 = handle), integrity-checked on every read, atomic writes, tiered retention (hot → cold gzip archive → budgeted purge). The pristine original is always one
retrieveaway, which is what makes aggressive compression safe. - Self-tuning — a feedback loop watches which compressed payloads actually get retrieved and backs off per content-kind. A wrong tuning only costs efficiency, never correctness.
Quickstart
npm install -g knitbrain
# in your project:
knitbrain setup # detects your platform (Claude Code / Cursor / VS Code / Codex)
# and writes its NATIVE integration: .mcp.json, slash commands,
# rules files — non-clobbering
knitbrain dashboard # live local dashboard (127.0.0.1:8790): context meter,
# tokens saved, CCR tiers, self-tuning stats, team board
# optional — route LLM requests through the optimizer (API-key setups):
knitbrain-proxy # listens on 127.0.0.1:8788
export ANTHROPIC_BASE_URL=http://127.0.0.1:8788
# teams — shared optimized sessions (one URL + one token):
knitbrain hub # start the team hub (host runs this once)
knitbrain join <hub-url> <token> <name> # everyone else; postings mirror automatically
Guarantees (enforced by gated tests, not promises)
- Lossless — every compressed payload recovers byte-for-byte from CCR; the round-trip test gates the build.
- Never-expand — output tokens ≤ input tokens, always.
- Governance verbatim — protocol/classification text is never skeletonized.
- Local-first — proxy binds
127.0.0.1only; nothing leaves your machine.
Development
npm install
npm run verify # typecheck → lint → test → build → bench (all must pass)
npm run e2e # built-artifact E2E: stdio session + real-file compression
npm run audit:prod # cold-start proof: clone → install → pack → installed binaries → all 21 tools
Current proof status: 106 tests passing, and the production audit (audit:prod) passes — fresh clone, clean install, packed tarball installed into a new project, all 21 tools and both binaries verified working. One opt-in test (live LLM endpoint) requires your own API key: KNITBRAIN_LIVE_TEST=1 ANTHROPIC_API_KEY=… npm test.
License
MIT © Piyush Dua
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。