Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoHost address for the MCP server127.0.0.1
MCP_PORTNoPort for the MCP server8000
SDN_TOKENNoBearer token for SDN controller authentication (required if auth_type=bearer)
SDN_PASSWORDNoPassword for basic auth with SDN controller (required if auth_type=basic)
SDN_USERNAMENoUsername for basic auth with SDN controller (required if auth_type=basic)
MCP_LOG_LEVELNoLog level for the MCP serverINFO

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
pingA

Echo back a message to verify the MCP server is reachable.

sdn_healthA

Check connectivity to the SDN controller. Returns a structured status dict {ok, configured, detail?, status_code?, latency_ms?}.

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/Karlsk/mcp-template'

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