claude-concilium
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CODEX_HOME | No | The directory path for codex-minimal configuration, used by the mcp-openai server. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| openai_chatA | Send a prompt to OpenAI via Codex exec. Non-interactive, fast startup (no MCP servers loaded), 180s default timeout. Returns clear error on quota limits. For code review, use openai_review instead. |
| openai_reviewA | Code review via Codex review (non-interactive). Reviews uncommitted changes or changes against a base branch. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: openai_chat for general prompts and openai_review specifically for code reviews. The description of openai_chat explicitly directs users to openai_review for code review, eliminating any ambiguity.
Both tools follow a consistent pattern: openai_ prefix with a descriptive verb/noun (chat, review). The naming style is uniform and predictable.
With only 2 tools, the server feels minimal but acceptable for a focused purpose (quick, non-interactive OpenAI access). The count is on the low end, but the scope is clearly limited.
The server covers two core use cases: general chat and code review. However, lacking features like model listing, parameter configuration, or other common OpenAI operations leaves notable gaps for a broader 'concilium' purpose.