Asklear/Klear-Team-Brain
View on GitHub ↗Turn your team's AI coding sessions, GitHub code, and docs into one shared, searchable memory — a self-hosted git truth store you query right from your editor over MCP.
84 ★3 forksJavaScriptUpdated 2mo ago
What you need to know
Self-hosted, ultra-light 'team brain' that automatically pools your whole team's Claude Code / Codex sessions into one shared, searchable memory fused with live GitHub code state and team docs.
Install
git clone https://github.com/Asklear/Klear-Team-Brain.git && npm install server: npm run server (http://127.0.0.1:8787) client: npm run sync
Usage
- •ask from your editor via MCP ('where did the auth refactor land?') or browse the web dashboard
Key features
- ✓zero-effort capture of AI sessions (background collector)
- ✓MCP tools: grep/find/read/ls/sessions/stats/log/read_github
- ✓web dashboard with team progress, session filtering, usage stats
- ✓one git repo + one Node process + static frontend — no DB/queue/vector store
- ✓queries via git grep, zero server-side LLM calls
- ✓privacy-first: allowlisted dirs, client-side secret redaction
Best for
Teams using Claude Code/Codex that want shared context and knowledge retention.
Caveats
- ⚠early-stage, single-tenant self-hosted
- ⚠Node 22+
- ⚠never push the memory repo to a public remote
Platforms: macOS · Linux · WindowsClients: Claude Code · Codex · Gemini CLI · Cursor · Cline · OpenCode
Reviewed 2026-08-11
Topics
ai-agentsclaude-codecodexdeveloper-toolsknowledge-basemcpmodel-context-protocolself-hostedteam-memory
- Stars
- 84★
- Forks
- 3
- Language
- JavaScript
- License
- Apache-2.0
- Created
- 2026-06-11
- Last push
- 2026-07-04