flatcash for VS Code
io.github.flat-cash/flatcash
Earn FLAT tokens (CPI-pegged stablecoin) by completing bounties. No wallet required.
client:VS Code
transport:stdio
runtime:npm
Install flatcash in VS Code
.vscode/mcp.json
{
"servers": {
"flatcash": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"flatcash-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs