MIRASTACK Redfish MCP Server
Governed MCP server for DMTF Redfish BMCs. Read-only by default; writes are opt-in and dry-run.
The record the registry holds
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "ai.mirastacklabs/mirastack-redfish-mcp",
"description": "Governed MCP server for DMTF Redfish BMCs. Read-only by default; writes are opt-in and dry-run.",
"title": "MIRASTACK Redfish MCP Server",
"repository": {
"url": "https://github.com/mirastacklabs-ai/mirastack-redfish-mcp",
"source": "github"
},
"version": "0.1.1",
"websiteUrl": "https://mirastacklabs.ai",
"packages": [
{
"registryType": "pypi",
"identifier": "mirastack-redfish-mcp",
"version": "0.1.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "JSON payload or YAML/JSON path defining one or more Redfish endpoints.",
"isSecret": true,
"name": "MIRASTACK_REDFISH_ENDPOINTS"
},
{
"description": "Default endpoint name used when no endpoint argument is provided.",
"name": "MIRASTACK_REDFISH_DEFAULT_ENDPOINT"
},
{
"description": "Single-endpoint Redfish base URL, for example https://192.0.2.10.",
"name": "MIRASTACK_REDFISH_HOST"
},
{
"description": "Single-endpoint Redfish username.",
"isSecret": true,
"name": "MIRASTACK_REDFISH_USERNAME"
},
{
"description": "Single-endpoint Redfish password.",
"isSecret": true,
"name": "MIRASTACK_REDFISH_PASSWORD"
},
{
"description": "Path to a file containing the single-endpoint Redfish password.",
"isSecret": true,
"name": "MIRASTACK_REDFISH_PASSWORD_FILE"
},
{
"description": "TLS verification. Defaults to true. Set false only for lab endpoints with controlled certificates.",
"name": "MIRASTACK_REDFISH_VERIFY_SSL"
},
{
"description": "Path to a custom CA bundle used for TLS verification.",
"name": "MIRASTACK_REDFISH_CA_BUNDLE"
},
{
"description": "HTTP timeout in seconds for Redfish requests.",
"name": "MIRASTACK_REDFISH_TIMEOUT_SEC"
},
{
"description": "Auth mode: auto, session, or basic.",
"name": "MIRASTACK_REDFISH_AUTH_MODE"
},
{
"description": "Write tier: off (default), power, config, or full. Mutating tools are not registered unless raised.",
"name": "MIRASTACK_REDFISH_WRITE_MODE"
},
{
"description": "Tool profile: core, standard, or full.",
"name": "MIRASTACK_REDFISH_TOOL_PROFILE"
},
{
"description": "Optional comma-separated toolset override.",
"name": "MIRASTACK_REDFISH_TOOLSETS"
}
]
},
{
"registryType": "oci",
"identifier": "docker.io/mirastack/mirastack-redfish-mcp:0.1.1",
"runtimeHint": "docker",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "JSON payload or YAML/JSON path defining one or more Redfish endpoints.",
"isSecret": true,
"name": "MIRASTACK_REDFISH_ENDPOINTS"
},
{
"description": "Default endpoint name used when no endpoint argument is provided.",
"name": "MIRASTACK_REDFISH_DEFAULT_ENDPOINT"
},
{
"description": "Single-endpoint Redfish base URL, for example https://192.0.2.10.",
"name": "MIRASTACK_REDFISH_HOST"
},
{
"description": "Single-endpoint Redfish username.",
"isSecret": true,
"name": "MIRASTACK_REDFISH_USERNAME"
},
{
"description": "Single-endpoint Redfish password.",
"isSecret": true,
"name": "MIRASTACK_REDFISH_PASSWORD"
},
{
"description": "Path to a file containing the single-endpoint Redfish password.",
"isSecret": true,
"name": "MIRASTACK_REDFISH_PASSWORD_FILE"
},
{
"description": "TLS verification. Defaults to true. Set false only for lab endpoints with controlled certificates.",
"name": "MIRASTACK_REDFISH_VERIFY_SSL"
},
{
"description": "Path to a custom CA bundle used for TLS verification.",
"name": "MIRASTACK_REDFISH_CA_BUNDLE"
},
{
"description": "HTTP timeout in seconds for Redfish requests.",
"name": "MIRASTACK_REDFISH_TIMEOUT_SEC"
},
{
"description": "Auth mode: auto, session, or basic.",
"name": "MIRASTACK_REDFISH_AUTH_MODE"
},
{
"description": "Write tier: off (default), power, config, or full. Mutating tools are not registered unless raised.",
"name": "MIRASTACK_REDFISH_WRITE_MODE"
},
{
"description": "Tool profile: core, standard, or full.",
"name": "MIRASTACK_REDFISH_TOOL_PROFILE"
},
{
"description": "Optional comma-separated toolset override.",
"name": "MIRASTACK_REDFISH_TOOLSETS"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"maintainer": "mirastacklabs-ai",
"project": "mirastack-redfish-mcp"
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-11T18:42:55.099571Z",
"publishedAt": "2026-08-11T18:42:55.099571Z",
"updatedAt": "2026-08-11T18:42:55.099571Z",
"isLatest": true
}
}
}
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
MCP server
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.
The publisher's own address
The address the publisher put in their registry record, printed as they wrote it. Nobody here has opened it.