zero-context-protocol is the public protocol and documentation repository for
Zero Context Protocol (ZCP).
It owns the protocol-facing explanation layer:
- docs content
- docs site UX
- MCP compatibility matrix
- migration guidance
- benchmark methodology and published benchmark presentation
The reference Python SDK and runtime live in
zero-context-protocol-python.
docs: markdown source of truthdocs/web: Next.js docs sitedocs/mcp_capability_matrix.md: capability and compatibility matrixdocs/mcp_protocol_reference.md: protocol referencedocs/mcp_migration.md: MCP migration guidedocs/benchmark_methodology.md: benchmark methodologybenchmark_reports: published presentation artifacts
- SDK source code
- transport/runtime implementation
- benchmark runners
- installable package metadata
Those belong to zero-context-protocol-python.
The documentation is organized in the same broad shape users expect from MCP official docs:
- introduction
- concepts
- guides
- examples
- reference
Primary entrypoints:
- getting started:
docs/introduction_getting_started.md - server guide:
docs/server_guide.md - client guide:
docs/client_guide.md - capability matrix:
docs/mcp_capability_matrix.md - benchmark methodology:
docs/benchmark_methodology.md
Both English and Chinese source documents are present.
The latest published benchmark summary points at the Python SDK repository's
full_semantic_compare_v5 results. The current headline claim documented here
is:
- native ZCP vs MCP surface overall:
8027.9vs30723.7total tokens - overall advantage:
3.83x
See:
cd docs/web
npm ci
npm run devBuild the docs app:
cd docs/web
npm run buildThis repository intentionally focuses on protocol positioning and published guidance. Runtime behavior remains source-of-truth in the SDK repository.
Apache-2.0. See LICENSE.