raycast-codex-manager
Verified Safeby josedefreitas91
Overview
Manages Codex MCP server configurations and skills (scripts/files) through Raycast commands, offering local operations and diagnostic tools.
Installation
No command providedSecurity Notes
The application primarily performs local file system operations (read, write, delete, copy) and local command execution. It uses `fs/promises` for file handling and `child_process.execFile` for executing external utilities like `unzip`, `ditto`, and `code`. The use of `execFile` with arguments passed as an array is a good practice to prevent shell injection. Input validation is present for MCP server names, skill names, and content, mitigating risks from malformed user input. Path resolution in `SkillEntryForm` is designed to prevent directory traversal within skill folders. Configuration changes trigger optional timestamped backups, adding a layer of safety. No direct network requests or hardcoded secrets for its own operation are apparent in the provided source.
Similar Servers
codex-mcp-server
Serves as a Model Context Protocol (MCP) bridge to integrate OpenAI's Codex CLI for AI-powered code analysis, generation, and review within various editors like Claude Code, VS Code, and Cursor.
agentx
A unified CLI tool for managing MCP (Model Context Protocol) servers and skills across multiple AI coding agents like Claude Code, Codex, Cursor, Gemini CLI, and OpenCode.
mmcp
Manages Model Context Protocol (MCP) server definitions in a central configuration and applies them to various AI agent tools.
mcp-cli
A command-line interface tool for managing Model Context Protocol (MCP) server configuration files across various AI tools.