rostra
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ROSTRA_CONFIG | No | Path 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_HOME | No | Base directory for data files. Rostra looks for rostra under this path when ROSTRA_DATA_HOME is not set. | |
| XDG_CONFIG_HOME | No | Base directory for configuration files. Rostra looks for rostra/config.yaml under this path when ROSTRA_CONFIG is not set. | |
| ROSTRA_DATA_HOME | No | Directory 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"subscribe": true,
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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