Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AWS_REGIONNoAWS region for Bedrock
OLLAMA_URLNoURL of the Ollama serverhttp://localhost:11434
GROQ_API_KEYNoAPI key for Groq
BEDROCK_MODEL_IDNoBedrock model ID
AWS_ACCESS_KEY_IDNoAWS access key for Bedrock
AWS_SECRET_ACCESS_KEYNoAWS secret access key for Bedrock

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
compute_routeC

Route a query to the best available compute provider (Bedrock → Groq → Ollama). Returns result wrapped in Magma envelope.

ere_verifyB

Run ERE 5-pass verification on a content string. Returns pass/fail per pod and METATRON certification.

proxy_registerB

Register a named proxy tool at a URL. Proxied tools are callable via agent_dispatch.

proxy_list

List all registered proxy tools and their status.

magma_sealB

Wrap any content in a Magma envelope with ERE verification and WORM hash.

agent_dispatchA

Dispatch a task to a registered proxy tool or sovereign agent. Runs ERE gate before forwarding.

magma_execA

Execute a Magma instruction string. Parses §VERB:AGENT:ACTION{payload}, routes to the correct executor (COMPUTE→Bedrock, QUERY→Groq, SEAL→WORM, DISPATCH→proxy), signs result with governor Ed25519 key, and returns Magma envelope. Supports pipeline syntax with >>.

governor_pubkeyA

Return the governor public key (base64 Ed25519 SPKI DER). Use this to verify Magma envelope signatures externally.

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/SNAPKITTYWEST/sovereign-mcp'

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