Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ROSTRA_CONFIGNoPath to the configuration file. Overrides the default config locations (XDG_CONFIG_HOME/rostra/config.yaml, ~/.config/rostra/config.yaml, or the packaged config.example.yaml).
XDG_DATA_HOMENoBase directory for data files. Rostra looks for rostra under this path when ROSTRA_DATA_HOME is not set.
XDG_CONFIG_HOMENoBase directory for configuration files. Rostra looks for rostra/config.yaml under this path when ROSTRA_CONFIG is not set.
ROSTRA_DATA_HOMENoDirectory where Rostra writes its SQLite database, transcripts, and model files. Overrides the default data locations (XDG_DATA_HOME/rostra, ~/.local/share/rostra).

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "subscribe": true,
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
start_deliberationC

Submit a durable deliberation job

list_deliberationsC

List durable deliberation jobs

get_deliberationC

Get one job by ID or idempotency key

tail_deliberationC

Read job events after a sequence cursor

cancel_deliberationC

Request idempotent job cancellation

resume_deliberationC

Resolve a recovery-required uncertain attempt

list_modelsB

List enabled configured models

set_session_modelsA

Set default models by adapter for this server process. The overrides are process-scoped, so every client connected to the same HTTP endpoint shares them.

get_quality_metricsB

Read durable model quality metrics

query_decisionsC

Query decisions in the current workspace

list_stale_decisionsC

List stale decisions in the current workspace

record_decision_outcomeC

Append an observed decision outcome

review_decision_changeC

Review a Git change against workspace decisions

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/EngineeredDev/rostra'

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