conclave
by cogspro1234
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CONCLAVE_CODEX_CMD | No | Path/name of the Codex CLI binary. | codex.cmd on Windows, codex else |
| CONCLAVE_TRUST_DIR | No | Working 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_CMD | No | Path/name of the Gemini CLI binary. | gemini.cmd on Windows, gemini else |
| CONCLAVE_TIMEOUT_MS | No | Per-call timeout. Long deliberations may need more. | 300000 (5 min) |
| CONCLAVE_CODEX_MODEL | No | Last-resort default Codex model. Config file takes precedence; per-call model arg always wins. | (unset → CLI default) |
| CONCLAVE_GEMINI_MODEL | No | Last-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
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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