Verimand MCP Authority Server

Verimand MCP Authority Server

Local
@verimandJavaScriptUpdated 2 days ago

Agent-native access to verifiable VAGP authority.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@verimand/mcp-authority-serverv0.1.0

Run

npx -y @verimand/mcp-authority-server

MCP client config

{
  "mcpServers": {
    "verimand-mcp-authority-server": {
      "command": "npx",
      "args": [
        "-y",
        "@verimand/mcp-authority-server"
      ]
    }
  }
}