solfleet for Cursor
io.github.sanjeevkkansal/solfleet
Agent-safe fleet management for independent Solana validators and RPC nodes
client:Cursor
transport:stdio
runtime:pypi
Install solfleet in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"solfleet": {
"type": "stdio",
"command": "uvx",
"args": [
"solfleet"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs