coinopai mcp for Cursor
io.github.clawdbotworker/coinopai-mcp
Kronos crypto signals + trade decisions + 819 automation prompts. x402 micropayments, USDC/Base.
client:Cursor
transport:stdio
runtime:npm
Install coinopai mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"coinopai-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"coinopai-mcp"
],
"env": {
"WALLET_PRIVATE_KEY": "<WALLET_PRIVATE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs