Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub evgenygurin/autopilot-codex --plugin autopilot-codexCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"autopilot-bridge": {
"command": "${CLAUDE_PLUGIN_ROOT}/bin/autopilot-codex-mcp",
"env": {
"AUTOPILOT_DATA": "${CLAUDE_PLUGIN_DATA}",
"AUTOPILOT_MODEL": "${AUTOPILOT_MODEL:-gpt-5.4}",
"AUTOPILOT_SANDBOX": "${AUTOPILOT_SANDBOX:-read-only}",
"AUTOPILOT_APPROVAL": "${AUTOPILOT_APPROVAL:-never}",
"CLAUDE_PLUGIN_DATA": "${CLAUDE_PLUGIN_DATA}",
"CLAUDE_PLUGIN_ROOT": "${CLAUDE_PLUGIN_ROOT}",
"AUTOPILOT_BUDGET_USD": "${AUTOPILOT_BUDGET_USD:-5.00}",
"AUTOPILOT_MAX_ITERATIONS": "${AUTOPILOT_MAX_ITERATIONS:-30}",
"AUTOPILOT_REASONING_EFFORT": "${AUTOPILOT_REASONING_EFFORT:-high}"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
${CLAUDE_PLUGIN_ROOT}/bin/autopilot-codex-mcpEnvironment variables set when the server starts
AUTOPILOT_DATA=${CLAUDE_PLUGIN_DATA}AUTOPILOT_MODEL=${AUTOPILOT_MODEL:-gpt-5.4}AUTOPILOT_SANDBOX=${AUTOPILOT_SANDBOX:-read-only}AUTOPILOT_APPROVAL=${AUTOPILOT_APPROVAL:-never}CLAUDE_PLUGIN_DATA=${CLAUDE_PLUGIN_DATA}CLAUDE_PLUGIN_ROOT=${CLAUDE_PLUGIN_ROOT}AUTOPILOT_BUDGET_USD=${AUTOPILOT_BUDGET_USD:-5.00}AUTOPILOT_MAX_ITERATIONS=${AUTOPILOT_MAX_ITERATIONS:-30}AUTOPILOT_REASONING_EFFORT=${AUTOPILOT_REASONING_EFFORT:-high}Share bugs, ideas, or general feedback.