Skip to content

v0.1.0 - Initial PyPI Release

Choose a tag to compare

@hrayleung hrayleung released this 22 Jan 11:34
· 8 commits to master since this release
c3c38ee

馃帀 First Public Release

cocode-mcp is now available on PyPI!

pip install cocode-mcp

Features

  • 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-mcp

Documentation

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