PluginBench
MCP Server

io.github.xkumakichi/veridict MCP Server

io.github.xkumakichi/veridict

What is the io.github.xkumakichi/veridict MCP server?

Know if you can trust your MCP server. Trust judgment for AI agents.

How to install io.github.xkumakichi/veridict

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": {
    "veridict": {
      "command": "npx",
      "args": [
        "-y",
        "veridict"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "veridict": {
      "command": "npx",
      "args": [
        "-y",
        "veridict"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "veridict": {
      "command": "npx",
      "args": [
        "-y",
        "veridict"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "veridict": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "veridict"
      ]
    }
  }
}
Claude Code
claude mcp add veridict -- npx -y veridict

Related MCP servers

AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL.

View repository →