Skip to content

Fix codex installer#38

Open
VEZY wants to merge 1 commit into
kahliburke:mainfrom
VEZY:patch-1
Open

Fix codex installer#38
VEZY wants to merge 1 commit into
kahliburke:mainfrom
VEZY:patch-1

Conversation

@VEZY
Copy link
Copy Markdown

@VEZY VEZY commented May 5, 2026

I had an issue when installing kaimon on codex. Current Codex CLI expects:

codex mcp add <NAME> [COMMAND]...

not:

codex mcp add --url ...

So Kaimon’s HTTP MCP endpoint must be exposed to Codex via a stdio command, e.g. npx -y mcp-remote http://localhost:$port/mcp --allow-http ....

Current Codex CLI expects:

```
codex mcp add <NAME> [COMMAND]...
```

not:

```
codex mcp add --url ...
```

So Kaimon’s HTTP MCP endpoint must be exposed to Codex via a stdio command, e.g. `npx -y mcp-remote http://localhost:$port/mcp --allow-http ....`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant