Skip to content
VS Code

mcp verify claim for VS Code

io.github.sudo-ai-git/mcp-verify-claim

Force evidence-gated, tiered claim reporting (FACT/INFERENCE/SPECULATION). No-LLM.

client:VS Code transport:stdio runtime:pypi

Install mcp verify claim in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-verify-claim": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-verify-claim"
      ]
    }
  }
}

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

mcp verify claim in other clients