Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENROUTER_API_KEYNoAPI key for OpenRouter. Required when SOVEREIGN_PROVIDER_MODE=openrouter.
SOVEREIGN_PROVIDER_MODENoProvider mode: mock, ollama, openrouter. Defaults to ollama.ollama
SOVEREIGN_OLLAMA_CRITIC_MODELNoModel for critic role when using Ollama.
SOVEREIGN_OLLAMA_WORKER_MODELNoModel for worker role when using Ollama.
SOVEREIGN_OLLAMA_MANAGER_MODELNoModel for manager role when using Ollama.
SOVEREIGN_OLLAMA_ARCHIVIST_MODELNoModel for archivist role when using Ollama.
SOVEREIGN_OLLAMA_SYNTHESIZER_MODELNoModel for synthesizer role when using Ollama.

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
council_runD

Run the bounded personal council.

memory_manageB

Search, store, list, delete, export, or profile memory.

system_statusA

Return local health without calling a provider.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.1/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct domain: running a council, managing memory, and checking system status. There is no overlap in functionality, so an agent can easily select the right tool.

Naming Consistency4/5

Tools use a consistent underscore-separated, lowercase pattern. The first two are noun-verb compounds (council_run, memory_manage), while system_status is a noun-noun compound, creating a minor inconsistency, but it's still readable and recognizable.

Tool Count5/5

With only three tools, the server is tightly focused on the core functions of a personal exoself: decision-making (council), memory, and health. The count is small but each tool has a clear purpose and fits within the typical well-scoped range.

Completeness4/5

The memory_manage tool covers a full range of memory operations, and council_run covers the main action for the council. A possible gap is the lack of configuration or lifecycle management for the council, but for a bounded personal council, this may be sufficient, so the core workflows are covered.

Maintenance

ActivitySlowing
ResponsivenessNo issues