mcp for Cursor
com.getplexa/mcp
Economic-safety tools for trading agents: executable quote + rug/honeypot pretrade check via x402.
client:Cursor
transport:stdio
runtime:npm
Install mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@getplexa/mcp"
],
"env": {
"AGENT_WALLET_KEY": "<AGENT_WALLET_KEY>",
"PLEXA_BASE_URL": "<PLEXA_BASE_URL>",
"CHAIN": "<CHAIN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs