Code intelligence engine for AI coding agents. Structural graph queries plus semantic search, exposed via CLI and MCP.
#code-search
28 posts
Doora parses source files into syntax trees and runs S-expression queries to find functions, types, and call sites that grep misses. Support...
Local code search combining BM25, vector similarity, and cross-encoder reranking. Parses 60+ languages with tree-sitter, runs entirely offli...
MCP server with local vector search for your codebase. Smart indexing, semantic search, Git history — all offline.
Local coding memory for AI agents. MCP-native. No LLM API required.
Ultra-fast indexed code search engine — faster than ripgrep on repeated searches, lighter than zoekt. Built-in MCP server for AI agents. Als...
Git-native structural memory for AI coding agents. Index once — stays fresh on every pull, merge, and branch switch. MCP server for Claude C...
Local-first semantic code search for repository annotations via GGUF embeddings and sqlite-vec.
Multi-repo semantic code search MCP server in Rust — hybrid vector + BM25 retrieval, tree-sitter AST chunking, fully offline. For OpenCode,...
Unified Rust workspace for the trusty-* AI developer-tooling ecosystem: hybrid code search, memory palace, code analysis, PR review, and the...
Fast hybrid code search for agents. Pure Go, drop-in MCP-compatible with semble.
Token-efficient code intelligence for AI agents — 66 MCP tools via tree-sitter AST, BM25F search, semantic search, and LSP bridge