Local semantic code search engine for AI coding agents, reducing token use and costs by up to 50%.
lumen is worth checking the docs before setup with strong trust signals. Check agent compatibility and use-case fit before adding it to your workflow.
gh repo view ory/lumen --webOpen the official README and confirm the supported install method.
Add the server entry to your MCP client config.
Restart your agent and verify that the server tools appear.
Repository setup guidance
Strong trust signals; still review the README and permissions before production use.
Last commit was about 113 days ago.
207 GitHub stars indicate community interest.
19 open issues signal maintenance load.
NOASSERTION license detected.
2 security/trust notes recorded.
Setup difficulty is 3/5.
Connect any AI model to 1200+ integrations (MCP, CLI, API)
An AI Gateway, registry, and proxy that sits in front of any MCP, A2A, or REST/gRPC APIs, exposing a unified endpoint with centralized discovery, guardrails and management. Optimizes Agent & Tool calling, and supports plugins.
Official Microsoft Learn MCP server and CLI tool providing real-time, trusted Microsoft docs and code samples to AI agents.
Open-source credential gateway with a built-in vault. give your AI agents access to services without exposing keys.
Lumen is a tool that helps AI coding agents find relevant code quickly without reading entire files. It runs entirely on your computer using local embedding models and SQLite, so no data leaves your machine. By providing a semantic map of your codebase, it cuts token consumption and costs significantly while maintaining patch quality.
Lumen is a 100% local semantic code search engine designed for AI coding agents like Claude Code, Codex, and OpenCode. It indexes your codebase using Go AST and tree-sitter, then provides semantic search via local embedding models (Ollama or LM Studio) and SQLite-vec. No API keys, no cloud, no external database—just a single static binary and your own local embedding server. Benchmarks across 9 languages show cost reductions up to 39%, output token drops up to 66%, and session speedups up to 53%, all while maintaining patch quality. Lumen supports multiple agents and integrates as an MCP server or plugin. It is enterprise-ready, fully compliant, and works for both small and large codebases and monorepos.
207
Stars
23
Forks
19
Issues
NOASSERTION
License
Local semantic code search engine for AI coding agents, reducing token use and costs by up to 50%.
Developers using AI coding agents who want to reduce costs and improve efficiency., Engineering teams working with large codebases or monorepos seeking faster AI-assisted development., Privacy-conscious developers who need fully local, compliant code search solutions.
The setup section provides repository-level starting guidance, not a guarantee of an independently verified installation. Check the official README and release notes.
Requires running a local embedding server (Ollama or LM Studio) which consumes CPU/GPU resources. Indexing large codebases may take significant time and disk space for the SQLite database.
Similar or complementary options to evaluate include metorial, mcp-context-forge, Microsoft Learn MCP Server.
Aug 20, 2026