Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_PORTNoPort the MCP server listens on8000
OXIDIZED_URLYesBase URL of your Oxidized instance
OXIDIZED_PASSYesBasic Auth password
OXIDIZED_USERYesBasic Auth username

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
list_devicesA

Return all devices managed by Oxidized. Each entry includes: name, model, group, ip, last backup time, status.

find_devicesA

Find Oxidized devices by exact or partial name, full name, or IP address. Matching is case-insensitive. Use this before other device tools when only part of a device name is known.

get_device_statusA

Return status details for a single device. The node may be an exact name or a unique partial name.

get_device_versionsA

Return all available configuration versions for a device. The node may be an exact name or a unique partial name. Versions are numbered oldest-first: version 1 is the oldest and the highest number is the newest. Each entry includes its timestamp and OID.

prepare_configA

Prepare one device's current configuration for the static get_content resource. The node may be an exact name or a unique partial name. This tool returns only device metadata; read oxidized://config/get_content for the configuration.

prepare_blameA

Prepare one device's configuration blame for the static get_blame resource. The node may be an exact name or a unique partial name. This tool returns only device metadata; read oxidized://config/get_blame for the annotated config.

get_config_with_inline_diffA

Return the complete current configuration with inline change markers relative to a reference version number. The node may be an exact name or a unique partial name.

get_diff_between_versionsA

Return a unified diff between two historical versions of a device configuration. The node may be an exact name or a unique partial name.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Get prepared current configurationReturns the current configuration selected by prepare_config in this MCP session. Call prepare_config first. The configuration is fetched live from Oxidized for every resource read.
Get prepared configuration blameReturns the annotated configuration selected by prepare_blame in this MCP session. Call prepare_blame first. The current and historical configurations are fetched live from Oxidized for every resource read.

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/meks007/mcp-oxidized'

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