Skip to main content
Glama

Help

Get help information about using the Codex MCP Server to connect AI assistants to CLI tools for code analysis, editing, and execution.

Instructions

receive help information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The execute function of the Help tool, which invokes the 'codex --help' command via executeCommand.
    execute: async (args, onProgress) => { return executeCommand('codex', ['--help'], onProgress); },
  • Zod schema definition for the Help tool, which takes no arguments.
    const helpArgsSchema = z.object({});
  • Registration of the Help tool (along with others) into the global toolRegistry array.
    toolRegistry.push( askCodexTool, batchCodexTool, // reviewCodexTool, pingTool, helpTool, versionTool, brainstormTool, fetchChunkTool, timeoutTestTool );

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/cexll/codex-mcp-server'

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