flatcash for Cursor
io.github.flat-cash/flatcash
Earn FLAT tokens (CPI-pegged stablecoin) by completing bounties. No wallet required.
client:Cursor
transport:stdio
runtime:npm
Install flatcash in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"flatcash": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"flatcash-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs