v0.1.0 - Initial PyPI Release
馃帀 First Public Release
cocode-mcp is now available on PyPI!
pip install cocode-mcpFeatures
- Semantic codebase search powered by CocoIndex
- Hybrid retrieval: Vector + BM25 + Symbol search with RRF fusion
- Multi-provider embeddings: Jina (late chunking), Mistral (Codestral), OpenAI
- Graph-based ranking: PageRank centrality for structurally important files
- Real-time incremental indexing: Only re-indexes changed files
- PostgreSQL + pgvector backend with HNSW indexes
Installation
# Using pip
pip install cocode-mcp
# Using uvx (isolated environment)
uvx --from cocode-mcp cocode
# Using pipx
pipx install cocode-mcpDocumentation
See README for:
- MCP client configuration (Claude Desktop, Claude Code, VS Code, etc.)
- Environment setup
- API key configuration
What's Changed
Full changelog: https://github.com/hrayleung/Cocode/commits/v0.1.0