infra-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@infra-mcplist all Docker containers and their status"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
infra-mcp
MCP server that gives Claude Code real-time visibility into local infrastructure — Docker containers and system health.
Tools
System (8 tools)
Tool | Description |
| CPU load, memory, uptime |
| NVIDIA GPU utilization and VRAM |
| Processes using the GPU |
| Filesystem usage |
| PSI metrics for I/O pressure |
| Top processes by CPU/memory |
| systemd service status |
| Detailed memory breakdown |
Docker (7 tools)
Tool | Description |
| List all containers with status |
| Detailed container info |
| Tail container logs |
| Start a stopped container |
| Stop a running container |
| Restart a container |
| Docker Compose project status |
Related MCP server: SafeFlo
Setup
npm installUsage
npm startConfigure in Claude Code MCP settings:
{
"mcpServers": {
"infra": {
"command": "node",
"args": ["/path/to/infra-mcp/index.js"]
}
}
}Configuration
Env Variable | Default | Description |
|
| Docker socket path |
|
| Path to nvidia-smi binary |
Tech Stack
Node.js (>=18)
@modelcontextprotocol/sdkDocker API v1.43 (Unix socket)
/procfilesystem for system metricsnvidia-smifor GPU monitoring
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenanceA powerful Model Context Protocol (MCP) server for Docker operations, enabling seamless container and compose stack management through Claude AI.Last updated4497MIT
- Alicense-qualityAmaintenanceLocal MCP server for Claude Code providing persistent memory, task planning, and agent coordination with full transparency and no network calls.Last updated2MIT
- AlicenseAqualityBmaintenanceA locally-hosted MCP (Model Context Protocol) server that gives Claude real tools to debug Docker containers — fetch logs, inspect memory/CPU, and run diagnostic commands inside a container, all from a chat with Claude Desktop.Last updated31MIT
- Alicense-qualityDmaintenanceMCP server that enables Claude Code to communicate with other Claude Code agents over HTTP, allowing users to ask questions about remote codebases or delegate coding tasks.Last updatedMIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
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/DTG404/infra-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server