Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoHTTP port when TRANSPORT=http8848
TRANSPORTNoTransport type: stdio or http/streamable-httpstdio
HIGHWAY_API_KEYYeshw_k1_... key, forwarded as Bearer
HIGHWAY_BASE_URLNoEngine base URLhttp://localhost:7822

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
run_goalA

Start a durable Highway agent that pursues goal to completion.

Returns immediately with a workflow_run_id. The agent runs server-side and survives this client disconnecting. Use get_status to follow it and to see any actions awaiting your approval.

get_statusA

Get an agent run's status, progress, result, and any pending approvals.

pending_approvals lists actions the agent has paused on; pass an approval_key to the approve tool to let it continue.

approveA

Approve (or reject) a pending agent action to resume the durable run.

Set approved=False to reject. This works across sessions and devices: you can approve from one client an action a run started from another.

schedule_goalA

Schedule an agent to run goal repeatedly on a cron schedule (UNATTENDED).

cron_expression is standard 5-field cron in UTC, e.g. '0 9 * * ' = daily 09:00, '/30 * * * *' = every 30 minutes. The scheduled agent runs WITHOUT per-run human approval (creating the schedule is the authorization), so only schedule goals you trust. Uses Highway's durable cron (survives restarts; no history bloat). Returns the schedule details.

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/rodmena-limited/highway-mcp'

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