Skip to content

Verimand MCP Authority Server for Zed

dev.verimand/mcp-authority-server

Agent-native access to verifiable VAGP authority.

client:Zed transport:stdio runtime:npm

Install Verimand MCP Authority Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Verimand MCP Authority Server in other clients