Skip to content
VS Code

verify mcp for VS Code

io.github.tomjwxf/verify-mcp

Offline Ed25519 verification of signed receipts, bundles, and trust artifacts.

client:VS Code transport:stdio runtime:npm

Install verify mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "verify-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@scopeblind/verify-mcp"
      ]
    }
  }
}

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

verify mcp in other clients