Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_docsA

Full-text search across all homelab documentation. Returns matching paragraphs with source file and section.

get_service_infoA

Look up a service by name. Returns host, port, stack, domain, role, and co-located services.

get_host_infoA

Look up a host by name or IP. Returns specs, role, OS, and all services running on it.

get_ip_infoA

Reverse-lookup an IP address. Returns the host and all services at that IP.

show_dependency_chainA

Show the full dependency chain for any homelab entity. Returns what it runs on, what depends on it, what it depends on, how it is accessed (ingress), and what storage it uses.

show_data_freshnessA

Check connectivity and freshness status for all configured services. Returns which data sources are reachable and which are not.

what_changed_last_24hA

Get a unified timeline of recent events across the homelab: alerts, target flaps, failed checks, security bans, expiring certs, and backup issues.

what_needs_attentionA

Get a prioritized list of things that need attention right now. Checks host resources, Prometheus target health, cron (Healthchecks) status, security events (CrowdSec), and SSL certificate expiry. Returns verdicts sorted by severity. (Does not check backups -- use get_pbs_status.)

explain_host_healthA

Get detailed health data for a specific host: resource usage, services running on it, and any issues detected.

explain_service_healthA

Get detailed health data for a specific service: current status, where it runs, what depends on it, and any issues detected.

get_homelab_overviewA

Complete homelab overview: host health, container counts, storage utilization, active media streams, recent errors, and speed test results. Returns partial results if individual services are unreachable.

get_media_overviewA

Media overview: Plex active streams, Sonarr/Radarr upcoming and queues, Transmission downloads, Overseerr requests, and Prowlarr indexer health.

get_infra_overviewA

Infrastructure overview: Proxmox node status, Docker container counts per host, storage utilization (NAS, PBS, Backblaze), CrowdSec security status, and NPM proxy status.

fetch_pageA

Fetch a web page and extract its content as clean markdown. Strips navigation, ads, and boilerplate.

Only http/https URLs are fetched. Loopback, link-local, and cloud-metadata targets are always blocked; private/RFC1918 targets are blocked unless FETCH_ALLOW_PRIVATE is set (default allows LAN fetches). Redirects are re-validated at every hop.

refresh_registriesA

Force an immediate refresh of service and host registries from all live API sources (Portainer, Proxmox, DNS, NPM, Scanopy, WireGuard, Healthchecks, Gitea). Returns a summary of what changed.

refresh_docsA

Force an immediate refresh of documentation, Docker stacks, and vault notes from Gitea repositories. Returns a summary of what changed.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/jo-nike/homelab_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server