Governed MCP server for DMTF Redfish BMCs. Read-only by default; writes are opt-in and dry-run.
claude mcp add mirastack-redfish-mcp -- uvx mirastack-redfish-mcp
claude_desktop_config.json
{
"mcpServers": {
"mirastack-redfish-mcp": {
"command": "uvx",
"args": [
"mirastack-redfish-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mirastack-redfish-mcp": {
"command": "uvx",
"args": [
"mirastack-redfish-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mirastack-redfish-mcp": {
"command": "uvx",
"args": [
"mirastack-redfish-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mirastack-redfish-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mirastack-redfish-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mirastack-redfish-mcp": {
"command": "uvx",
"args": [
"mirastack-redfish-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/ai.mirastacklabs--mirastack-redfish-mcp/reviews or the review_server meta-tool.
POST /mcp