mcp-homelab-server
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., "@mcp-homelab-serverList all running Docker containers"
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.
MCP Homelab Server 🏠
Model Context Protocol server for homelab management Give AI agents access to your homelab: Docker, Ollama, system stats, and more.
What Is This?
An MCP (Model Context Protocol) server that exposes homelab tools to AI agents like Claude, GPT, or any MCP-compatible client. Instead of writing scripts yourself, just ask your AI agent to manage your infrastructure.
Example conversations:
"List all running Docker containers"
"How much RAM is Ollama using?"
"Pull the llama3 model"
"Show me disk usage on the server"
Related MCP server: System Monitor MCP Server
Tools Provided
Docker Management
Tool | Description |
| List running containers |
| Get container logs |
| Restart a container |
| Stop a container |
| Resource usage (CPU, RAM, network) |
Ollama / LLM Management
Tool | Description |
| List installed models |
| Pull a new model |
| Show running models and memory usage |
| Run a quick inference test |
System Monitoring
Tool | Description |
| CPU, RAM, disk, uptime |
| Detailed disk usage by mount |
| Network interfaces and connections |
| Top processes by CPU/RAM |
Quick Start
With Claude Desktop / Cursor / any MCP client
Add to your MCP client configuration:
{
"mcpServers": {
"homelab": {
"command": "npx",
"args": ["-y", "@anthropic/mcp-server-homelab"]
}
}
}With OpenClaw
{
"mcpServers": {
"homelab": {
"command": "python3",
"args": ["path/to/mcp-homelab-server/src/server.py"]
}
}
}Standalone (for testing)
git clone https://github.com/Proto-labs-rnd/mcp-homelab-server.git
cd mcp-homelab-server
pip install -r requirements.txt
python3 src/server.pyRequirements
Python 3.10+
Docker (for Docker tools)
Ollama (for LLM tools, optional)
Linux/macOS (system stats rely on standard Unix tools)
Architecture
MCP Client (Claude, Cursor, OpenClaw, etc.)
│
▼
┌─────────────────────┐
│ MCP Server (stdio) │
│ ┌───────────────┐ │
│ │ Docker Tools │ │
│ │ Ollama Tools │ │
│ │ System Tools │ │
│ └───────────────┘ │
└─────────────────────┘
│
▼
Your HomelabLicense
MIT
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.
Latest Blog Posts
- 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/Proto-labs-rnd/mcp-homelab-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server