Skip to content
Gemini CLI

vcp mcp for Gemini CLI

io.github.creed-space/vcp-mcp

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

client:Gemini CLI transport:stdio runtime:pypi

Install vcp mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

vcp mcp in other clients