All MCP servers

HomeLab Monitor

Official
by Api.AirforcestdioCloud & Infrastructure079MIT

Self-hosted homelab dashboard with a built-in read-only MCP server (hosts, Docker, GPU, services).

mcpopen-sourcecloud-infrastructure

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "homelab-monitor-imp87992": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}