FLOPS Compute Intelligence for Cursor
io.github.zeroatflops/flopsindex-mcp
GPU compute price indices over MCP; every value carries a verify URL. Five key-free tools.
client:Cursor
transport:stdio
runtime:pypi
Install FLOPS Compute Intelligence in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"flopsindex-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"flopsindex-mcp"
],
"env": {
"FLOPS_API_KEY": "<FLOPS_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs