mo_creates
Built at Built with Opus 4.7: a Claude Code hackathon · Apr 21, 2026 · Remote

LoomMCP — The context compiler for AI coding agents. Every time Claude Code opens your codebase, it reads thousands of lines it doesn't need. A typical session burns 140,000+ tokens just on code reading - most of it irrelevant context. That's money wasted, latency added, and quality degraded. LoomMCP fixes this at the infrastructure layer. It's a single MCP server that indexes your codebase once using tree-sitter AST parsing, then lets Claude retrieve only the exact code it needs -- function signatures, specific implementations, references, dependencies, with byte-level precision.