duysolo/codebaxing
Local codebase indexing and semantic code search via MCP
Need to quickly find specific logic in your codebase without knowing exact keywords? This tool lets you index your entire project and then ask questions in plain English, like 'Find the authentication logic.' It takes your project files as input and provides relevant code snippets as output. This is for software developers or engineers who work with large codebases and want a more intuitive way to navigate them.
Available on npm.
Use this if you need to semantically search your local codebase using natural language queries, rather than relying on exact text matches.
Not ideal if you primarily work with very small codebases where traditional text search is sufficient, or if you prefer not to use AI-powered search.
Stars
51
Forks
4
Language
TypeScript
License
MIT
Category
Last pushed
Mar 25, 2026
Commits (30d)
0
Dependencies
34
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/duysolo/codebaxing"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
bgauryy/octocode-mcp
MCP server for semantic code research and context generation on real-time using LLM patterns |...
DeusData/codebase-memory-mcp
MCP server that indexes your codebase into a persistent knowledge graph. 64 languages, sub-ms...
Azure-Samples/snippy
🧩 Build AI-powered MCP Tools with Azure Functions, Durable Agents & Cosmos vector search....
aimasteracc/tree-sitter-analyzer
A scalable, multi-language code analysis framework based on Tree-sitter, usable both as a CLI...
wrale/mcp-server-tree-sitter
MCP Server for Tree-sitter