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

Prism MCP v2.1 adds persistent memory to Claude sessions
Prism MCP v2.1.0 'The Mind Palace' provides persistent session memory for Claude, eliminating the need to re-explain project context. It features local SQLite storage, a visual memory browser, state rollback, and cross-client context sync.

WeAreHere Browser Extension and MCP Tools Scan Website Privacy Practices
Two open-source tools—barebrowse and wearehere—scan websites for trackers, fingerprinting, and data broker connections. The wearehere browser extension shows real-time privacy scores (0-100) as you browse, while MCP servers enable AI assistants to assess any site on command.

ClawCodex /advisor Mode: Pair Cheap Worker with Expensive Reviewer to Cut Costs Without Losing Quality
Open-source Python coding agent ClawCodex adds an /advisor mode that pairs a cheap worker model (e.g., Haiku) with an expensive reviewer (e.g., Opus) at decision points, cutting costs several-fold without sacrificing architectural judgment.

PageAgent: Browser AI Agent That Runs Inside Web Pages with Ollama Support
PageAgent is a JavaScript library that runs AI agents directly inside web pages, reading live DOM as text instead of using screenshots. It works with any OpenAI-compatible endpoint including Ollama, enabling local LLM calls directly from the browser.