Highway MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port when TRANSPORT=http | 8848 |
| TRANSPORT | No | Transport type: stdio or http/streamable-http | stdio |
| HIGHWAY_API_KEY | Yes | hw_k1_... key, forwarded as Bearer | |
| HIGHWAY_BASE_URL | No | Engine base URL | http://localhost:7822 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| run_goalA | Start a durable Highway agent that pursues 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.
|
| 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 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
| 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/rodmena-limited/highway-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server