codex-discord-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CODEX_MODEL | No | Override Codex model (optional) | |
| CODEX_COMMAND | No | Codex executable (default: codex) | |
| CODEX_PROFILE | No | Use a Codex profile (optional) | |
| CODEX_SANDBOX | No | Codex sandbox mode (default: read-only) | |
| CODEX_WORKDIR | No | Working directory for Codex (default: process cwd) | |
| CODEX_EXTRA_ARGS | No | Extra arguments passed to Codex (optional) | |
| CODEX_TIMEOUT_MS | No | Codex process timeout in milliseconds (default: 900000) | |
| DISCORD_BOT_TOKEN | Yes | Discord bot token (required) | |
| CODEX_APPROVAL_POLICY | No | Codex approval policy for non-interactive bot mode (default: never) | |
| CODEX_DISCORD_STATE_DIR | No | Bridge state directory (default: ~/.codex/discord) | |
| CODEX_RESUME_BY_CHANNEL | No | Resume one Codex thread per Discord channel (default: false) | |
| CODEX_DISCORD_ASSUME_YES | No | Suppress writable unattended bot warning (default: false) | |
| CODEX_SKIP_GIT_REPO_CHECK | No | Pass --skip-git-repo-check to codex exec (default: true) | |
| CODEX_DISCORD_ATTACHMENT_ROOTS | No | Allowed outbound file roots (default: cwd, workdir, inbox) |
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/Openclaw-Metis/codex-discord-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server