Odel
mcp identity

mcp identity

Local
@zekebuilds-labJavaScriptUpdated 4mo ago

DoI score lookup, vouch event builder, and offline schnorr verify for AI agents.

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@powforge/mcp-identityv0.7.2

Run

npx -y @powforge/mcp-identity

MCP client config

{
  "mcpServers": {
    "mcp-identity": {
      "command": "npx",
      "args": [
        "-y",
        "@powforge/mcp-identity"
      ]
    }
  }
}