Skip to main content
Glama
woffko

codex-mcp-longrun

by woffko

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LONGRUN_STATE_DIRNoDirectory for job logs and metadata. Defaults to ~/.local/state/codex-longrun.~/.local/state/codex-longrun
LONGRUN_ALLOWED_ROOTSYesTrusted project directory or colon-separated list of directories. The server validates the resolved working directory against these allowed roots.
LONGRUN_HEARTBEAT_INITIAL_SECNoDelay before the first heartbeat notification. 0 disables heartbeats.300
LONGRUN_HEARTBEAT_INTERVAL_SECNoInterval between later heartbeat notifications.900

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
health

Return server paths, versions, and configured guardrails.

run_and_wait

Run one approved non-interactive process and return one bounded terminal result.

read_log_tail

Read only the bounded tail stored for a known job ID.

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/woffko/codex-mcp-longrun'

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