The Python reference implementation of the Value Context Protocol.
pip install -r requirements.txtpython/
├── pyproject.toml
├── requirements.txt
├── src/
│ ├── vcp/ # Core VCP library
│ │ ├── identity/ # Identity layer (UVC tokens, namespaces)
│ │ ├── semantics/ # Semantics layer (CSM-1, personas)
│ │ └── adaptation/ # Adaptation layer (context, state)
│ ├── mcp/ # MCP server for Claude Code
│ └── api/ # FastAPI router
└── tests/
├── conftest.py
├── vcp/ # Core VCP tests
├── unit/ # Unit tests
└── integration/ # Integration tests
pytest tests/./src/mcp/run_vcp_server.sh- Rust SDK — High-performance parsing, WASM bindings, CLI
- Specifications — Core protocol specifications
- Documentation — Full documentation