Skip to content
Claude Desktop

sdk for Claude Desktop

io.github.mnemopay/sdk

Memory + wallet for AI agents. Real payment rails, Agent FICO 300-850, Merkle audit, identity.

client:Claude Desktop transport:stdio runtime:npm

Install sdk in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sdk": {
      "command": "npx",
      "args": [
        "-y",
        "@mnemopay/sdk"
      ],
      "env": {
        "MNEMOPAY_API_KEY": "<MNEMOPAY_API_KEY>",
        "MNEMOPAY_PERSIST_DIR": "<MNEMOPAY_PERSIST_DIR>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

sdk in other clients