npx. You can add it with a single CLI command, or by editing config.toml. The CLI and IDE extension share the same configuration.
CLI (recommended)
config.toml (manual)
Edit ~/.codex/config.toml for user scope, or create .codex/config.toml at your project root for project scope.
config.toml
Verify
In a Codex session, type/mcp to see active servers. The alphacast server should appear with its 32 tools. Try a prompt:
“Use the alphacast tools to list my repositories.”If the server fails to start, ensure Node.js 18+ is installed and
npx is on your system PATH.