Skip to main content
Glama
tsarihan
by tsarihan

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JUDGE_MODELNoJudge model ID or 'auto' to use largest council member (default: auto)auto
GROQ_API_KEYNoGroq API key to enable Groq models (optional)
VLLM_SERVERSNoComma-separated list of vLLM servers (name:host:port or name:url format, optional)
RESPONSE_MODENoDefault response mode: individual, categorized, or deconflicted (default: categorized)categorized
COUNCIL_MODELSNoComma-separated list of model IDs for the council (empty means auto-discover)
OLLAMA_ADDRESSNoBase URL of your Ollama server (default: http://localhost:11434)http://localhost:11434
OPENAI_API_KEYNoOpenAI API key to enable OpenAI models (optional)
SGLANG_SERVERSNoComma-separated list of SGLang servers (name:host:port or name:url format, optional)
TRTLLM_SERVERSNoComma-separated list of TRT-LLM servers (name:host:port or name:url format, optional)
ANTHROPIC_API_KEYNoAnthropic API key to enable Claude models (optional)
MAX_DECONFLICT_ROUNDSNoMaximum deconfliction iterations (1-10, default: 3)3

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_modelsA

List all AI models available across every configured provider (Ollama, OpenAI, Anthropic, Groq, vLLM, TRT-LLM, SGLang). Use the returned model IDs when calling configure_council.

configure_councilB

Update the council configuration: select which models form the council, choose a judge model, set the response mode (individual / categorized / deconflicted), and set the maximum deconfliction rounds.

ask_councilA

Send a question to the model council and get a structured response. Mode: individual (each model answers separately), categorized (judge groups responses into agreement/complementary/conflicting), or deconflicted (iterative loop — judge orchestrates re-questioning until conflicts resolve, returns a deconfliction score 0–100%).

get_council_configA

Return the current council configuration: member models, judge model, response mode, and max deconfliction rounds.

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/tsarihan/model-council-mcp'

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