Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CODEX_RESEARCH_CODEX_BINNoCodex executablecodex
CODEX_RESEARCH_STATE_DIRNoScratch and authorized-thread state directory<system temporary directory>/codex-research-mcp
CODEX_RESEARCH_SOURCE_ROOTNoDefault readable source root when a tool call does not provide source_cwd
CODEX_RESEARCH_MAX_CONCURRENCYNoSimultaneous Codex calls4
CODEX_RESEARCH_TIMEOUT_SECONDSNoPer-call timeout3600

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
researchA

Delegate one read-only evidence assignment to Codex for discovery, retrieval, extraction, organization, comparison, calculation, or verification. The real source tree stays read-only; downloads, scripts, and intermediate files are confined to a private temporary scratch directory. Independent calls may run concurrently.

research_replyA

Continue a research thread previously created during the current MCP server lifetime. The original scratch isolation and source boundary remain in force.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 2 tools

Disambiguation5/5

Each tool has a clearly distinct role: research initiates a new read-only evidence assignment, while research_reply continues an existing thread. There is no overlap or ambiguity between them.

Naming Consistency5/5

Both tool names follow the same pattern, using a 'research' base with a clear suffix for the continuation tool. This is consistent and predictable.

Tool Count3/5

With only two tools, the server feels thin for a research-focused MCP, though the tools are broad in capability. This falls into the borderline range for tool count.

Completeness5/5

The two tools cover the complete lifecycle of a research thread: initiating a new assignment and continuing an existing one. The read-only and scratch-isolated boundaries are well-defined, and no obvious operations are missing for the stated purpose.

Maintenance

ActivityStale
ResponsivenessNo issues