PluginBench
MCP Server
Active
MIT

verimcp MCP Server

io.github.rudranaresh0201/verimcp

What is the verimcp MCP server?

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

How to install verimcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "verimcp": {
      "command": "uvx",
      "args": [
        "verimcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "verimcp": {
      "command": "uvx",
      "args": [
        "verimcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "verimcp": {
      "command": "uvx",
      "args": [
        "verimcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "verimcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "verimcp"
      ]
    }
  }
}
Claude Code
claude mcp add verimcp -- uvx verimcp

Related MCP servers

devmcp

Active

Git/CI MCP server with the full protocol surface (tools, resources, prompts, roots, sampling).

1
Python
MIT
View repository →