Skip to content
VS Code

verimcp for VS Code

io.github.rudranaresh0201/verimcp

Transparent MCP proxy that independently re-verifies tool-call claims before the Host trusts them.

client:VS Code transport:stdio runtime:pypi

Install verimcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "verimcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "verimcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

verimcp in other clients