inferbench for VS Code
io.github.rudrendupaul/inferbench
Benchmarks local LLM inference speed (tokens/sec) on your own hardware via MCP tools.
client:VS Code
transport:stdio
runtime:pypi
Install inferbench in VS Code
.vscode/mcp.json
{
"servers": {
"inferbench": {
"type": "stdio",
"command": "uvx",
"args": [
"inferbench-cli"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs