codixing-mcp
v0.38.0
Published
Code retrieval engine for AI agents — MCP server
Maintainers
Readme
codixing-mcp
Code retrieval engine for AI agents — MCP server.
Install
npx codixing-mcp --root /path/to/your/projectMCP Integration
Claude Code
claude mcp add codixing -- npx -y codixing-mcp --root . --no-daemon-forkManual (.mcp.json)
{
"mcpServers": {
"codixing": {
"type": "stdio",
"command": "npx",
"args": ["-y", "codixing-mcp", "--root", ".", "--no-daemon-fork"]
}
}
}Features
- 67 MCP tools for code navigation, search, and analysis
- 24 languages via tree-sitter AST parsing
- Hybrid BM25 + vector search with 100% top-1 accuracy
- Code dependency graph with PageRank scoring
- All tools always advertised on
tools/list(no curation flag) - Token-budgeted output (never overflows context)
- Zero-config — auto-indexes any git repo
