Skip to content
Zed

vcp mcp for Zed

io.github.creed-space/vcp-mcp

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

client:Zed transport:stdio runtime:pypi

Install vcp mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "vcp-mcp": {
      "command": "uvx",
      "args": [
        "vcp-sdk"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

vcp mcp in other clients