duysolo/codebaxing
Local codebase indexing and semantic code search via MCP
Parses code with Tree-sitter to extract symbols, embeds them using local or cloud models (Gemini/OpenAI/Voyage), and stores vectors in ChromaDB for semantic similarity search via MCP protocol. Integrates directly with Claude Desktop, Cursor, and Windsurf through automatic MCP server installation, enabling natural-language code queries within AI editors. Supports 28 languages with configurable embedding backends—local mode (free, ~200 texts/sec) or cloud providers (~10,000 texts/sec, including free Gemini tier).
51 stars and 5,315 monthly downloads. Available on npm.
Stars
51
Forks
4
Language
TypeScript
License
MIT
Category
Last pushed
Mar 25, 2026
Monthly downloads
5,315
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.
Related servers
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...
wrale/mcp-server-tree-sitter
MCP Server for Tree-sitter
aimasteracc/tree-sitter-analyzer
A scalable, multi-language code analysis framework based on Tree-sitter, usable both as a CLI...
MikeRecognex/mcp-codebase-index
17 MCP query tools for codebase navigation — functions, classes, imports, dependency graphs,...