Skip to content
Cursor

vcp mcp for Cursor

io.github.creed-space/vcp-mcp

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

client:Cursor transport:stdio runtime:pypi

Install vcp mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

vcp mcp in other clients