Public, user-facing documentation for CocoIndex Code Plus — a self-hosted
semantic + structural code search service (indexer + query server) with a ccx
CLI and an MCP endpoint.
- docs/deploy.md — deploy the backend (indexer + query
server) on Kubernetes with the
cocoindex-code-plusHelm chart. For platform / IT teams. - docs/cli.md — install and use the
ccxCLI (and the MCP integration) to query an indexed codebase. For engineers and coding agents.
- skills/ccx/SKILL.md — a Claude Code / Agent skill that
teaches an agent to drive the
ccxCLI (semantic search, ASTgrep, file access), with a full grep pattern-syntax reference.
CocoIndex Code Plus is built on CocoIndex, the real-time data transformation framework for AI.
This repository is consumed as a Git submodule (mounted at pub/) of the product
repository; edits made here flow back upstream.