Personal RAG over your GitHub history (commits, code, reviews), served to Claude Code over MCP.
You reviewed a permission check six months ago. Claude doesn't remember it. github-twin does — it indexes your commits and review comments, and surfaces them as retrieval hits whenever an agent writes or reviews new code in your style. Try it now from Claude Code — drop this into and reload: Your code stays on your box. Embeddings are computed locally (Ollama or sentence-transformers); only the…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
You reviewed a permission check six months ago. Claude doesn't remember it. github-twin does — it indexes your commits and review comments, and surfaces them as retrieval hits whenever an agent writes or reviews new code in your style. Try it now from Claude Code — drop this into and reload: Your code stays on your box. Embeddings are computed locally (Ollama or sentence-transformers); only the LLM seam (, , ) optionally calls a hosted provider, and even that's swappable to local Ollama. The…