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
{
"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