vllm-ops-mcp
by jaimenbell
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VLLM_OPS_MCP_LIVE | No | 1 to run real-infra smoke tests | |
| VLLM_OPS_MCP_MODEL | No | served-model-name, used in completion payloads | qwen3-14b |
| VLLM_OPS_MCP_BASE_URL | No | OpenAI-compatible base URL | http://127.0.0.1:8000/v1 |
| VLLM_OPS_MCP_WSL_DISTRO | No | WSL distro hosting vLLM | Ubuntu-22.04 |
| VLLM_OPS_MCP_RUNS_IN_WSL | No | 1 if this server process itself runs inside WSL2/Linux (skips the wsl -d hop); auto-detected via sys.platform | |
| VLLM_OPS_MCP_SERVICE_UNIT | No | systemd unit name | vllm |
| VLLM_OPS_MCP_NVIDIA_SMI_PATH | No | nvidia-smi binary override | nvidia-smi |
| VLLM_OPS_MCP_EXEC_SCRIPT_PATH | No | WSL-side path to the serve exec script (fallback source) | ~/vllm-systemd-exec.sh |
| VLLM_OPS_MCP_SERVE_CONFIG_PATH | No | local file mirror of the exec script; if set, get_serve_config reads it directly instead of shelling into WSL as a fallback source | |
| VLLM_OPS_MCP_DEEP_RATE_LIMIT_PER_MIN | No | cap on check_health(deep=True) + test_completion calls/min | 20 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jaimenbell/vllm-ops-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server