Redfish MCP Server
by nokia
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDFISH_PORT | No | Default port for Redfish API (used when not specified per-host) | 443 |
| MCP_TRANSPORT | No | Transport method: stdio, sse, or streamable-http | stdio |
| REDFISH_HOSTS | Yes | JSON array of Redfish endpoint configurations | [{"address":"127.0.0.1"}] |
| REDFISH_PASSWORD | No | Default password for authentication | |
| REDFISH_USERNAME | No | Default username for authentication | |
| REDFISH_AUTH_METHOD | No | Authentication method: basic or session | session |
| MCP_REDFISH_LOG_LEVEL | No | Logging level: DEBUG, INFO, WARNING, ERROR, CRITICAL | INFO |
| REDFISH_SERVER_CA_CERT | No | Path to CA certificate for server verification | |
| REDFISH_DISCOVERY_ENABLED | No | Enable automatic endpoint discovery | false |
| REDFISH_DISCOVERY_INTERVAL | No | Discovery interval in seconds | 30 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| 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
| Name | Description |
|---|---|
| get_resource_dataA | Given a Redfish resource URL (e.g., 'https:///redfish/v1'), fetches and returns its data as JSON. To construct a valid Redfish resource URL as input, use the following url schema 'https:///redfish/v1/'. |
| list_serversB | List all Redfish Servers that can be accessed. Returns: list: A list of Redfish Servers that can be accessed |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/nokia/mcp-redfish'
If you have feedback or need assistance with the MCP directory API, please join our Discord server