#412 · Primary category: AI Coding Assistants
codeseek
Rust-powered code intelligence CLI for AI coding agents. Builds call graphs and hybrid semantic search indexes (Dense + Sparse + RRF + Reranker) across 7 languages. Ships as native MCP tools for Claude Code and Codex CLI.
Project last updated:08/02/26
GitHub Stars
765
Forks
43
Contributors
4
License
MIT
Why we included this project
CodeSeek is a Rust-based CLI that gives Claude Code and Codex agents a map of your codebase. It indexes a project into call graphs and a hybrid search index (dense embeddings plus BM25, combined with RRF and a cross-encoder reranker) across seven languages, then exposes that index to the agent as native MCP tools. After a quick init, you can search by symbol name or natural language, or pull up the callers and callees of any function. Since it runs locally as a Rust binary and installs through npm or Homebrew, there's no separate server to stand up. Teams working on large, unfamiliar codebases will find it a practical way to stop agents from guessing at file names.
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.