codex-manager-mcp
by SinCircle
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CODEX_HOME | No | Codex config/session directory (if non-standard location). Default: ~/.codex | ~/.codex |
| CODEX_MANAGER_STATE | No | Path to the state file. Default: ~/.codex-manager/state.json | ~/.codex-manager/state.json |
| CODEX_MANAGER_CHANNELS | No | Set to '1' to enable claude/channel push (requires launching Claude Code with --dangerously-load-development-channels server:codex-manager). | 0 |
| CODEX_MANAGER_CODEX_PATH | No | Explicit path to the codex executable. If not set, auto-resolved. | |
| CODEX_MANAGER_CODEX_WINDOWS_HIDE | No | Set to '1' to use CREATE_NO_WINDOW to hide codex windows (only needed in console-less environments; keep off in normal terminals). | 0 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| codex_runD | – |
| codex_listD | – |
| codex_messagesD | – |
| codex_sendD | – |
| codex_stopD | – |
| codex_hookD | – |
| codex_discoverD | – |
| codex_adoptD | – |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/SinCircle/codex-manager-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server