Back to Home
LanceVCS icon

codex-mcp

Verified Safe

by LanceVCS

Overview

Provides a robust MCP server wrapper for Codex CLI to enable reliable session ID tracking for multi-turn AI conversations.

Installation

Run Command
node server.js

Security Notes

The server uses `child_process.spawn` with an array of arguments, which generally mitigates shell injection risks by not invoking a shell directly. It explicitly defaults the Codex sandbox mode to 'read-only' and restricts Playwright tools to a safe subset, enhancing security. No direct `eval` or obfuscation is present. The primary security considerations would stem from the inherent trust placed in the underlying `codex` CLI application and its own argument parsing/execution logic, or potential vulnerabilities in `codex` itself.

Similar Servers

Stats

Interest Score9
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars1
Forks2
Last Update2025-12-17

Tags

MCPCodexAICLIWrapperSession Management