vllm ops mcp for Cursor
io.github.jaimenbell/vllm-ops-mcp
Read-only ops/health MCP server for a local vLLM instance: health tiers, GPU/VRAM, service status.
client:Cursor
transport:stdio
runtime:pypi
Install vllm ops mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vllm-ops-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"vllm-ops-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs