Skip to content

chore: use native Codex MCP config instead of mcp-remote#4

Open
saif-at-scalekit wants to merge 3 commits into
mainfrom
preview/native-mcp-config
Open

chore: use native Codex MCP config instead of mcp-remote#4
saif-at-scalekit wants to merge 3 commits into
mainfrom
preview/native-mcp-config

Conversation

@saif-at-scalekit
Copy link
Copy Markdown
Contributor

@saif-at-scalekit saif-at-scalekit commented Apr 30, 2026

Summary

  • Update all 5 plugin .mcp.json files to use Codex native HTTP MCP config instead of the mcp-remote stdio proxy.
  • Keep the Scalekit MCP URL normalized with a trailing slash.
  • Add Codex troubleshooting notes: run codex mcp login scalekit after install if tools are missing, then restart Codex.
  • Clarify that Codex may still display Auth: Unsupported; Tools: (none) is the actionable failure signal.

Before

{
  "mcpServers": {
    "scalekit": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.scalekit.com"]
    }
  }
}

After

{
  "mcpServers": {
    "scalekit": {
      "type": "http",
      "url": "https://mcp.scalekit.com/"
    }
  }
}

Verification

  • python3 scripts/validate_marketplace.py
  • git diff --check
  • Verified codex mcp login scalekit succeeds locally and tools become accessible after authentication.

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.

2 participants