Skip to content
Cursor

Yault AESP for Cursor

xyz.yault/aesp

Crypto payments for the agent economy — policy-gated vault operations under human control

client:Cursor transport:stdio runtime:npm

Install Yault AESP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "aesp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@yault/aesp"
      ],
      "env": {
        "YAULT_API_KEY": "<YAULT_API_KEY>",
        "YAULT_API_URL": "<YAULT_API_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Yault AESP in other clients