Skip to content
Grok

vcp mcp for Grok

io.github.creed-space/vcp-mcp

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

client:Grok transport:stdio runtime:pypi

Install vcp mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "vcp-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "vcp-sdk"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

vcp mcp in other clients