#487 · Primary category: AI Coding Assistants
Mantic.sh
A structural code search engine for Al agents.
Project last updated:07/13/26
GitHub Stars
554
Forks
26
Contributors
2
License
MIT
Why we included this project
Most code search tools match text, which is why AI agents end up wading through false positives in a large monorepo. Mantic takes a different approach: it understands code structure, so a query like 'verify user' can find conceptually relevant code even when the exact words don't appear. Results are ranked by path structure, CamelCase detection, and optional local semantic embeddings rather than raw speed. It runs as an MCP server you can connect to Claude Desktop, Cursor, or VS Code, and it can also jump to a symbol's definition or list every reference across the repo, which is handy when an agent needs to see how a function is used before editing it. Everything runs locally, and the learned-context feature lets a team commit the search patterns that worked, so future queries build on past experience. It accepts a speed trade-off on very large codebases in exchange for much better relevance, making it a practical complement to ripgrep for teams working across big or multi-repo codebases.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.