Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPSPILOT_PORTNoWeb UI / HTTP MCP bridge port4317
OPSPILOT_DATA_DIRNoData directory~/.opspilot
OPSPILOT_APPROVAL_TIMEOUT_MSNoApproval timeout600000

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
opspilot_statusA

Return local broker status and listen address.

opspilot_probe_remoteA

Verify the broker is ready for a remote connection without exposing stored values.

opspilot_list_hostsA

List registered host aliases and optional environment labels.

opspilot_describe_hostB

Describe registered services, log path roots (directories), and whether a stored connection is attached.

opspilot_inspect_hostB

Inspect one registered host with redacted read-only facts.

opspilot_restart_serviceB

Request a single registered service restart for local approval.

opspilot_get_requestA

Get the status of a broker request by request ID.

opspilot_list_log_filesB

List files under a catalog log root directory. Catalog log_paths are directories; list before fetching.

opspilot_fetch_logsA

Fetch a concrete log file under a catalog log root with safe truncation. Do not pass a directory; list files first.

opspilot_read_fileA

Read a catalog-allowlisted remote file.

opspilot_write_fileC

Request an approved write to a catalog-allowlisted remote file.

opspilot_upload_fileB

Request an approved upload to a catalog-allowlisted remote file.

opspilot_docker_psA

List remote Docker containers for one registered host.

opspilot_docker_logsC

Fetch truncated remote Docker container logs.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 14 tools

Disambiguation4/5

Most tools have clear, distinct purposes (status vs probe, list vs fetch, etc.). However, describe_host and inspect_host overlap somewhat in that both inspect a registered host, though they emphasize different aspects (services/log paths vs redacted facts).

Naming Consistency5/5

All tools follow the opspilot_ prefix with a consistent verb_noun pattern (e.g., list_hosts, restart_service, fetch_logs). Minor exception is opspilot_status which is a noun phrase, but it's clearly a status check and doesn't disrupt the overall pattern.

Tool Count5/5

14 tools is well within the ideal range for a focused ops server. Each tool covers a meaningful operation (broker status, host management, logs, file ops, docker) without being excessive or sparse.

Completeness4/5

The tool set covers core operational workflows: broker health, host discovery, service restart, log retrieval, file operations, and docker inspection. Missing operations like remote command execution or file deletion, but these are likely out of scope for a safety-focused pilot tool.

Maintenance

ActivityMaintained
ResponsivenessSyncing