Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CONCLAVE_CODEX_CMDNoPath/name of the Codex CLI binary.codex.cmd on Windows, codex else
CONCLAVE_TRUST_DIRNoWorking directory for spawned CLIs. Codex refuses to start in untrusted dirs; this should point at a directory you've already trusted via codex (run cd ~/<dir> && codex once and accept the trust prompt).user's home directory (~)
CONCLAVE_GEMINI_CMDNoPath/name of the Gemini CLI binary.gemini.cmd on Windows, gemini else
CONCLAVE_TIMEOUT_MSNoPer-call timeout. Long deliberations may need more.300000 (5 min)
CONCLAVE_CODEX_MODELNoLast-resort default Codex model. Config file takes precedence; per-call model arg always wins.(unset → CLI default)
CONCLAVE_GEMINI_MODELNoLast-resort default Gemini model. Config file takes precedence; per-call model arg always wins.(unset → CLI default)

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/cogspro1234/conclave'

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