inferbench for Cursor
io.github.rudrendupaul/inferbench
Benchmarks local LLM inference speed (tokens/sec) on your own hardware via MCP tools.
client:Cursor
transport:stdio
runtime:pypi
Install inferbench in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"inferbench": {
"type": "stdio",
"command": "uvx",
"args": [
"inferbench-cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs