Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CODEX_HOMENoThe 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 2 tools

Disambiguation5/5

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.

Naming Consistency5/5

Both tools follow a consistent pattern: openai_ prefix with a descriptive verb/noun (chat, review). The naming style is uniform and predictable.

Tool Count3/5

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.

Completeness3/5

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.

Maintenance

ActivityInactive
ResponsivenessUnresponsive