Skip to main content
Glama
nokia
by nokia

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REDFISH_PORTNoDefault port for Redfish API (used when not specified per-host)443
MCP_TRANSPORTNoTransport method: stdio, sse, or streamable-httpstdio
REDFISH_HOSTSYesJSON array of Redfish endpoint configurations[{"address":"127.0.0.1"}]
REDFISH_PASSWORDNoDefault password for authentication
REDFISH_USERNAMENoDefault username for authentication
REDFISH_AUTH_METHODNoAuthentication method: basic or sessionsession
MCP_REDFISH_LOG_LEVELNoLogging level: DEBUG, INFO, WARNING, ERROR, CRITICALINFO
REDFISH_SERVER_CA_CERTNoPath to CA certificate for server verification
REDFISH_DISCOVERY_ENABLEDNoEnable automatic endpoint discoveryfalse
REDFISH_DISCOVERY_INTERVALNoDiscovery interval in seconds30

Capabilities

Features and capabilities supported by this server

CapabilityDetails
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

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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