Codebaxing
Freeby MCP Community
MCP server for semantic code search. Index your codebase and search using natural language.
v1.0.4Added Apr 12, 2026
mcpmodel-context-protocolcode-searchsemantic-searchcodebase-indexing
Codebaxing MCP Server
MCP server for semantic code search. Index your codebase and search using natural language.
Installation
Reviews
Installation
Quick install
npx -y codebaxing
Add to claude_desktop_config.json
{
"mcpServers": {
"codebaxing": {
"command": "npx",
"args": ["-y", "codebaxing"]
}
}
}