From e7ed3e362fdc71ef4599599e15146c3e05bcf842 Mon Sep 17 00:00:00 2001 From: Dmytro Date: Wed, 25 Feb 2026 15:43:12 +0100 Subject: [PATCH] feat: add Codex MCP and skills support --- README.md | 7 ++++++- gitnexus/README.md | 6 ++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae00065df..562973937 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,6 @@ To configure MCP for your editor, run `npx gitnexus setup` once — or set it up | **Codex** | Yes | Yes | — | MCP + Skills | | **Windsurf** | Yes | — | — | MCP | | **OpenCode** | Yes | Yes | — | MCP + Skills | -| **Codex** | Yes | — | — | MCP | > **Claude Code** gets the deepest integration: MCP tools + agent skills + PreToolUse hooks that enrich searches with graph context + PostToolUse hooks that auto-reindex after commits. @@ -152,6 +151,12 @@ claude mcp add gitnexus -- cmd /c npx -y gitnexus@latest mcp codex mcp add gitnexus -- npx -y gitnexus@latest mcp ``` +**Codex** (full support — MCP + skills): + +```bash +codex mcp add gitnexus -- npx -y gitnexus@latest mcp +``` + **Cursor** (`~/.cursor/mcp.json` — global, works for all projects): ```json diff --git a/gitnexus/README.md b/gitnexus/README.md index b56e6c219..a8627b881 100644 --- a/gitnexus/README.md +++ b/gitnexus/README.md @@ -66,6 +66,12 @@ claude mcp add gitnexus -- cmd /c npx -y gitnexus@latest mcp codex mcp add gitnexus -- npx -y gitnexus@latest mcp ``` +### Codex (full support — MCP + skills) + +```bash +codex mcp add gitnexus -- npx -y gitnexus@latest mcp +``` + ### Cursor / Windsurf Add to `~/.cursor/mcp.json` (global — works for all projects):