nice, I'd love to se it for codex and opencode
Thanks! Context Mode is a standard MCP server, so it works with any client that supports MCP — including Codex and opencode.
Codex CLI:
codex mcp add context-mode -- npx -y context-mode
[mcp_servers.context-mode] command = "npx" args = ["-y", "context-mode"]
In opencode.json:
{ "mcp": { "context-mode": { "type": "local", "command": ["npx", "-y", "context-mode"], "enabled": true } } }
Thanks! Context Mode is a standard MCP server, so it works with any client that supports MCP — including Codex and opencode.
Codex CLI:
Or in ~/.codex/config.toml: opencode:In opencode.json:
We haven't tested yet — would love to hear if anyone tries it!