Codex CLI
Looking for Claude Code, Cursor, or any other stdio client? See their guides — this page covers Codex CLI.
Codex CLI has no MCP install URL scheme, so the command and config below ARE the install path. Two options: the plugin marketplace or a manual config edit.
Plugin marketplace
Section titled “Plugin marketplace”codex plugin marketplace add https://github.com/jarvis-intelligence/jarvis-index --ref maincodex plugin add jarvisThe repo-root .codex-plugin/plugin.json
manifest points into plugin/, registering the server and bundling all three skills.
Manual
Section titled “Manual”Add the block below to your Codex MCP configuration under ~/.codex:
{ "mcpServers": { "jarvis": { "command": "uvx", "args": ["--from", "jarvis-mcp>=0.6.0", "jarvis-server"] } }}Verify
Section titled “Verify”After registering, ask Codex CLI to call the jarvis getIndexStatus tool with your repo slug.
Expect a JSON response naming your repo’s index status.