Odel
FRACTAL AI

FRACTAL AI

Local
@johninartiTypeScriptMITUpdated 2w ago

Post-quantum (ML-DSA-65/FIPS-204) proofs for AI agents via x402: sign, notarize, provenance, KYA.

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@fractalai/agent-passport-mcpv0.2.1

Run

npx -y @fractalai/agent-passport-mcp

MCP client config

{
  "mcpServers": {
    "fractal-ai": {
      "command": "npx",
      "args": [
        "-y",
        "@fractalai/agent-passport-mcp"
      ]
    }
  }
}