Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OLLAMA_URLNoThe URL for the Ollama backend (e.g., http://localhost:11434). Can be skipped if not using this backend.http://localhost:11434
CLIPROXYAPI_KEYNoThe local API key/passphrase for CLIProxyAPI, which must match the key defined in its config.yaml.sk-my-local-key
CLIPROXYAPI_URLNoThe URL for the CLIProxyAPI backend (e.g., http://localhost:8317). Can be skipped if not using this backend.http://localhost:8317

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_models

List all available models across all providers. Run this first to see what you can query.

ask_model

Query any AI model with a prompt. Returns the model's response with metadata.

compare_models

Query 2-5 models in parallel with the same prompt. Returns side-by-side comparison with latency and token metrics.

consensus

Query 3-7 models and aggregate responses using voting strategy (majority/supermajority/unanimous). Returns consensus answer with confidence score.

synthesize

Query 2-5 models in parallel, then combine their best ideas into one answer. Returns a synthesized response that's better than any single model.

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/Pickle-Pixel/HydraMCP'

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