Cloaked Agent for Cursor
io.github.cloakedagent/cloaked
Trustless spending accounts for AI agents on Solana with on-chain enforced limits.
client:Cursor
transport:stdio
runtime:npm
Install Cloaked Agent in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cloaked": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cloakedagent/sdk"
],
"env": {
"CLOAKED_AGENT_KEY": "<CLOAKED_AGENT_KEY>",
"CLOAKED_BACKEND_URL": "<CLOAKED_BACKEND_URL>",
"SOLANA_RPC_URL": "<SOLANA_RPC_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs