Skip to main content
Glama

Steel MCP Server

by steel-dev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
STEEL_LOCALNoDetermines if Steel Voyager runs in local (true) or cloud (false) mode.false
STEEL_API_KEYNoRequired only when STEEL_LOCAL = false. Used to authenticate requests with the Steel endpoint.
STEEL_BASE_URLNoThe base URL for the Steel API. Override this if self-hosting the Steel server (either locally or in your own cloud environment). If STEEL_LOCAL = true and STEEL_BASE_URL is unset, it defaults to http://localhost:3000.https://api.steel.dev
GLOBAL_WAIT_SECONDSNoOptional. Number of seconds to wait after each tool action (for instance, to allow slow-loading pages).

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/steel-dev/steel-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server