mcp-oxidized
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-oxidizedList all devices and show which failed their last backup."
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-oxidized
MCP server for Oxidized - network device configuration backup tool.
Exposes Oxidized data as MCP tools so that LLM assistants can query, compare and analyse network device configurations via natural language.
Features
Tool | Description |
| List all devices managed by Oxidized |
| Show backup status and last run details for a device |
| List all stored configuration versions for a device |
| Show current config with per-line version annotation |
| Show current config with inline change markers vs a reference version |
| Unified diff between two historical versions with configurable context lines |
Related MCP server: mcp-server-sros
Requirements
Python 3.11+
Oxidized with oxidized-web running (REST API enabled)
Docker (recommended)
Quick Start
cp .env.example .env
# Edit .env with your Oxidized URL and credentials
docker compose up -dThe MCP server listens on port 8000 (Streamable HTTP transport).
Configuration
Variable | Description | Default |
| Base URL of your Oxidized instance | required |
| Basic Auth username | required |
| Basic Auth password | required |
| Port the MCP server listens on | 8000 |
MCP Client Configuration
Add to your MCP client (e.g. Claude Desktop mcp.json):
{
"mcpServers": {
"oxidized": {
"url": "http://localhost:8000/mcp"
}
}
}Example Prompts
"List all devices and show me which ones failed their last backup."
"List all stored versions for HFGBF253-IT in the Firewalls group."
"Show me the current config of router01 and annotate each line with the version that last changed it."
"Show me the current config of switch02 and highlight all changes compared to version 12."
"Show the diff between version 12 and version 14 for firewall01 with 10 lines of context."
Development
pip install -e ".[dev]"
python -m mcp_oxidized.serverLicense
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.
Related MCP Servers
- AlicenseBqualityDmaintenanceExposes Cisco Network Services Orchestrator (NSO) operations and data as MCP tools and resources, enabling AI-powered network automation through natural language. It supports tasks like retrieving device configurations, checking sync status, and managing services via the NSO RESTCONF API.Last updated914MIT
- Alicense-qualityDmaintenanceProvides tools to view operational state and change configuration of Nokia SR OS devices using pySROS SDK and FastMCP.Last updated1MIT
- AlicenseAqualityAmaintenanceProvides MCP tools for governed multi-vendor network device operations, including configuration management (backup, diff, merge, replace, rollback) and read-only queries (facts, interfaces, BGP, LLDP, ARP) via NAPALM, with optional NetBox source-of-truth integration.Last updated33MIT
- Alicense-qualityBmaintenanceExposes Zerobyte backup platform's REST API as MCP tools, enabling read-only queries on repositories, backups, snapshots, volumes, and system info.Last updatedMIT
Related MCP Connectors
Tailscale device, route, DNS, key, user, and ACL management over MCP and CLI.
Free MCP tools: the only MCP linter, health checks, cost estimation, and trust evaluation.
Remote MCP for tool license checks, vendor policy review, alternatives, and license receipts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/meks007/mcp-oxidized'
If you have feedback or need assistance with the MCP directory API, please join our Discord server