metrillm for Cursor
io.github.metrillm/metrillm
Benchmark local LLM models — speed, quality & hardware fitness verdict from any MCP client
client:Cursor
transport:stdio
runtime:npm
Install metrillm in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"metrillm": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"metrillm-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs