Corbell: Open Source CLI for Cross-Repo Architecture Analysis and Design Docs

Corbell is an open source CLI tool that analyzes codebases to build cross-service architecture graphs and generate design documentation. It's positioned as a free alternative to Augment Code MCP, which costs $20/month.
Key Features
- Scans your repositories and builds a cross-service architecture graph
- Generates and reviews design documents grounded in your actual codebase
- Provides a dark theme clean UI to explore your repositories
- No SaaS, no cloud dependency, no account required
- Everything runs locally on SQLite and local embeddings via sentence-transformers
- Your code never leaves your machine
LLM Integration
The LLM parts (spec generation, spec review) are fully BYOK (Bring Your Own Key). Works with:
- Anthropic
- OpenAI
- Ollama (fully local option)
- Bedrock
- Azure
- GCP
You can run the entire graph build and analysis pipeline without touching an LLM at all if you want.
Problem It Solves
Teams with 5-10 backend repos lose cross-service context constantly, during code reviews and when writing design docs. Corbell builds the graph across all your repos at once and lets you:
- Query it
- Generate specs from it
- Validate specs against it
Additional Features
- Ships an MCP server so you can hook it directly into Cursor or Claude Desktop and ask questions about your architecture interactively
- Apache 2.0 licensed
- No open core, no paid tier hidden behind the good features
- Python 3.11+
📖 Read the full source: r/LocalLLaMA
👀 See Also

Relational Memory for LLMs: Three-Layer System Models User Relationships
An open-source Python tool that adds relational memory to LLMs by modeling user-AI relationships across seven psychological dimensions, using a three-layer narrative structure instead of flat fact storage.

Claude Code Plugin for Reddit Market Research Without API Keys
A Claude Code plugin automates Reddit market research by searching threads, analyzing content, and generating markdown reports with direct links. It requires no Reddit API key, auth, or config files, using public data through a local MCP server.

Qwen 3.6 27B Quantization Benchmark: Q4_K_M Beats Q8_0 on Practical Tradeoffs
Evaluated Qwen 3.6 27B across BF16, Q4_K_M, and Q8_0 GGUF quants on HumanEval, HellaSwag, and BFCL. Q4_K_M delivers near-BF16 scores with 48% less RAM, 1.45x speed, and 68.8% smaller file size.

Ultimate Unreal Engine MCP: Claude Code Can Now Build and Verify Unreal Engine Levels with 132 Tools
Open-source MCP server exposes 132 tools across 26 domains, letting Claude spawn actors, set UPROPERTY values, take viewport screenshots, navigate cameras, and self-correct after mutations.