Odel
vcp sdk python

vcp sdk python

Local
@creed-spacePythonApache-2.0Updated 4 days ago

Value Context Protocol tools: VCP/I tokens, CSM1 codes, VCP-Lite, and context encoding.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIvcp-sdkv0.8.0

Run

uvx vcp-sdk

MCP client config

{
  "mcpServers": {
    "vcp-sdk-python": {
      "command": "uvx",
      "args": [
        "vcp-sdk"
      ]
    }
  }
}