Governed MCP server for DMTF Redfish BMCs. Read-only by default; writes are opt-in and dry-run.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MIRASTACK Redfish MCP Server.
MIRASTACK_REDFISH_TOOLSETSCallable MCP tool function
Governed MCP server for DMTF Redfish-compliant BMCs β iDRAC, iLO, XCC, OpenBMC and compatible implementations. Read-only by default: mutating tools are not registered unless you explicitly raise the write mode, and every mutation is a dry-run until confirmed.
Built by MIRASTACK LABS. Apache-2.0.
stdio and streamable-http transports via the official Python MCP SDK.2026.1.If-Match, 202 task polling, and registry-backed error rendering.A BMC is a pre-OS, out-of-band control plane with authority above normal host-level root access. Giving an autonomous agent BMC access without strong guardrails creates immediate blast-radius risk across power, boot, firmware, and account boundaries. This server forces dangerous actions behind deliberate write-mode elevation, and keeps every mutation dry-run by default so intent can be reviewed before application. The result is a governed operational interface rather than an always-armed remote control. The model can still move fast on diagnostics, but privilege transitions become explicit and auditable.
Run a local DMTF mockup, start the MCP server in read-only mode, and call a read tool:
Example tool call:
Expected output shape:
The server also starts with zero endpoint credentials and still serves read-only
tool discovery (for MCP scanner validation and metadata indexing). In this mode,
schema/corpus-backed tools continue to work, while BMC-connected tools return a
configuration error that names the required environment variables:
MIRASTACK_REDFISH_HOST, MIRASTACK_REDFISH_USERNAME, and
MIRASTACK_REDFISH_PASSWORD (or MIRASTACK_REDFISH_PASSWORD_FILE), or
MIRASTACK_REDFISH_ENDPOINTS for multi-endpoint setup.
Discovery mode also covers a missing endpoints file. If MIRASTACK_REDFISH_ENDPOINTS
points at a path that does not exist - which is how container platforms and MCP directory
scanners inject a placeholder - the server logs a warning naming that path on stderr and
starts with zero endpoints. A file that does exist but cannot be read or parsed remains a
hard startup failure, and a partially configured single endpoint (for example
MIRASTACK_REDFISH_HOST without MIRASTACK_REDFISH_PASSWORD) still raises, so a typo can
never silently downgrade a configured deployment.
Warning: binding to
0.0.0.0exposes BMC control to every host that can reach this port. Bind to loopback unless the listener sits behind an authenticating proxy on a trusted management network.
Use MIRASTACK_REDFISH_* variables:
MIRASTACK_REDFISH_HOSTMIRASTACK_REDFISH_USERNAMEMIRASTACK_REDFISH_PASSWORD or MIRASTACK_REDFISH_PASSWORD_FILEMIRASTACK_REDFISH_VERIFY_SSL (default: true), MIRASTACK_REDFISH_CA_BUNDLE, MIRASTACK_REDFISH_TIMEOUT_SEC, MIRASTACK_REDFISH_AUTH_MODESet MIRASTACK_REDFISH_ENDPOINTS to inline JSON or a YAML/JSON file:
Lab-only override (not recommended for production):
Set MIRASTACK_REDFISH_DEFAULT_ENDPOINT to choose the default endpoint.
Legacy bare REDFISH_* environment variables are still read as a fallback, with a one-time deprecation warning per variable.
MIRASTACK_REDFISH_TOOL_PROFILE=full (default): all toolsets allowed by write mode.MIRASTACK_REDFISH_TOOL_PROFILE=standard: excludes raw write escape hatches.MIRASTACK_REDFISH_TOOL_PROFILE=core: curated 15-tool small-model surface.MIRASTACK_REDFISH_TOOLSETS (comma-separated) overrides profiles with explicit toolsets.Measured advertised tool-schema payload at MIRASTACK_REDFISH_WRITE_MODE=full: core 20,795 bytes (15 tools), standard 43,669 bytes (33 tools), full 54,745 bytes (40 tools). Re-measure with python3 scripts/check_tool_metadata.py --sizes.
MIRASTACK_REDFISH_WRITE_MODE=off (default): mutating tools are not registered.MIRASTACK_REDFISH_WRITE_MODE=power: power/reset/boot control tools are registered.MIRASTACK_REDFISH_WRITE_MODE=config: config-tier tools are registered.MIRASTACK_REDFISH_WRITE_MODE=full: full-tier tools are registered.Every mutating tool accepts confirm:
confirm=false: dry-run response (dry_run=true, applied=false) with next_step.confirm=true: action is applied.Per-endpoint read_only=true overrides global write mode and blocks all writes on that endpoint.
set_power_state, set_boot_override, reset_manager, cancel_taskset_bios_attributes, eject_virtual_media, redfish_patch, redfish_post, redfish_delete, redfish_invoke_actioninsert_virtual_media, clear_logs, manage_account, simple_update, reset_to_defaultsThe schema index is generated from DMTF Redfish-Publications, pinned to one release for reproducibility. See CONTRIBUTING.md for refresh procedure.
server.json includes PyPI and OCI package definitions for MCP Registry.mcp-name: ai.mirastacklabs/mirastack-redfish-mcp.io.modelcontextprotocol.server.name OCI label.brew install mcp-publisher.npx mcp-publisher or pip install mcp-publisher for registry publishing.The published image puts the console script on PATH, so docker run ... mirastack-redfish-mcp --transport stdio works unchanged.
Some MCP directories ignore the repository Dockerfile and generate their own image from source. If that generated build installs with uv sync, the project lands in a virtualenv at /app/.venv and the console script is not on PATH, so a launcher that spawns the bare name fails with ENOENT. Point the launcher at the absolute path instead:
A placeholder MIRASTACK_REDFISH_ENDPOINTS path that the platform never creates is safe - the server starts in discovery mode and serves the read-only tool surface.
GitHub is a public read-only mirror. Issues are welcome on GitHub, but pull requests opened on GitHub cannot be merged. See CONTRIBUTING.md for accepted contribution paths.
See SECURITY.md.
Apache-2.0.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mirastack-redfish-mcp-server)<a href="https://allmcps.com/mcp/mirastack-redfish-mcp-server"><img src="https://allmcps.com/api/badge/mirastack-redfish-mcp-server?style=directory" alt="MIRASTACK Redfish MCP Server on AllMCPs" /></a>