Mike: Open-Source Legal AI with Self-Hosting, Multi-Model Support

Mike is an open-source legal AI platform positioned as a drop-in replacement for Harvey and Legora. It provides the same feature set without enterprise contracts or per-seat pricing; you only pay the model API costs. The codebase is fully auditable and forkable.
Core Features
- Assistant: Chat interface that reads uploaded documents, cites verbatim, runs multi-step workflows, and drafts/edits contracts end-to-end. Supports plugging in Claude or Gemini keys for full model control.
- Projects: Matter-scoped workspaces that maintain full context across conversations and documents (credit agreements, SPAs, leases, diligence packs).
- Tabular Review: Spreadsheet-style extraction across hundreds of documents in parallel. Every cell is cited back to a page and quote — no hallucinations.
- Workflows: Save proven prompts as reusable templates (CP checklists, credit agreement summaries, change-of-control reviews). Juniors can run them in one click firm-wide.
Why Open Source
- Zero license cost, no vendor lock-in, no rising per-seat fees.
- Self-hostable by design — documents stay within your infrastructure for compliance, data residency, and privilege control.
- Fork, extend with practice-specific workflows, integrate your DMS, or wire in your own citation engine.
- Audit every line: no black boxes around prompt construction, citation parsing, or data flow.
Start in the cloud or clone the repo. Available as a hosted product or to self-deploy from source.
📖 Read the full source: HN AI Agents
👀 See Also

MCP Server Indexes Codebases into Knowledge Graph for 10x Token Reduction
A new MCP server called codebase-memory-mcp parses codebases into a persistent knowledge graph using tree-sitter, reducing token usage by at least 10x for structural queries. Benchmarked across 35 real-world repositories, it replaces file-by-file exploration with graph queries.

Local Behavioral Monitoring System with MCP Pipeline and Claude Code
A developer built a local behavioral monitoring system called BRAIN that tracks app switches, file operations, and dev sessions, piping data through a custom MCP server to Claude Code. The system runs 100% locally with zero cloud dependency.

Six GitHub Repositories for Claude Code Development
A Reddit user tested and shared six GitHub repositories designed to improve Claude Code projects, including tools for structured development, UI generation, task management, memory, ecosystem exploration, and workflow automation.

Depct tool collects runtime data to help Claude debug production issues
Depct is a tool that collects runtime instrumentation from Node.js apps, builds graphs from the data, and feeds it to Claude via AWS Bedrock to help debug intermittent production failures. It also generates architecture diagrams and dependency maps from runtime behavior.