Codex Reset MCP server

MCP serverEverything else

Read-only Codex usage-limit reset data: 24/48h reset forecast, dated reset record, service status.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use Codex Reset MCP server

Install Codex Reset MCP server

The server’s own address, for the clients that take one directly. Or connect ahel onceand every client you use reads it from one address, with the account kept on ahel rather than in each client’s config.

  • Claude Code

    claude mcp add --transport http codex-reset-mcp-server 'https://codex-reset.com/mcp'

    Run it once in your project, then open /mcp to approve any sign-in the server asks for.

  • Claude Desktop

    https://codex-reset.com/mcp

    Add a custom connector in Settings, paste this address, and approve the sign-in.

  • Cursor

    cursor://anysphere.cursor-deeplink/mcp/install?name=codex-reset-mcp-server&config=eyJ1cmwiOiJodHRwczovL2NvZGV4LXJlc2V0LmNvbS9tY3AifQ==

    Open the link and Cursor adds the server at that address.

  • ChatGPT

    https://codex-reset.com/mcp

    In Settings, enable Developer mode, create an MCP app, and paste this address. Your plan and workspace must allow custom apps.

  • Codex

    codex mcp add codex-reset-mcp-server --url 'https://codex-reset.com/mcp'

    Run it once, then sign in with codex mcp login codex-reset-mcp-server if the server asks for an account.

From the project's README

As published by suvadadepolo-blip/codex-reset-mcp in README.md.

Read-only facts about OpenAI Codex usage-limit resets, served by codex-reset.com over the Model Context Protocol.

  • Endpoint: https://codex-reset.com/mcp
  • Transport: Streamable HTTP, JSON-RPC 2.0, protocol 2025-06-18. POST only; a GET answers 405.
  • Auth: none. No API key, no sign-up, no session.
  • Cost: free, with credit (see Terms).
  • Docs: codex-reset.com/developers · server card · llms.txt

This repository holds the client configuration and directory metadata for the hosted server. There is nothing to install or run: the server lives at the endpoint above, and its source is not published here.

Tools

All three tools are read-only (readOnlyHint: true) and read the same data as the site's public JSON API, so an agent and a browser never disagree.

ToolReturnsArguments
get_reset_forecastProbability of a Codex usage-limit reset in the next 24 and 48 hours, confidence, the last confirmed reset and any active official signal. A forecast, not a promise.locale
get_reset_timelineDated record of verified resets and related announcements, newest first, each with its source URL.group (reset | boost | unlock | credits), from, to (YYYY-MM-DD), limit (1–50, default 10), locale
get_codex_statusCurrent Codex service state, to tell an outage apart from a usage limit.locale

locale is en, zh, ja or es and changes only the human-readable copy.

Example prompts

  • "Is Codex likely to reset its usage limits in the next 24 hours?"
  • "When was the last verified Codex usage-limit reset, and where was it announced?"
  • "List every Codex reset from August 2026 with its source link."
  • "I'm getting errors in Codex. Is that an outage or did I hit my usage limit?"
  • "Should I wait for a reset or keep working? Check the forecast and the service status."

Setup

Claude Code

claude mcp add --transport http codex-reset https://codex-reset.com/mcp

Or in .mcp.json:

{
  "mcpServers": {
    "codex-reset": { "type": "http", "url": "https://codex-reset.com/mcp" }
  }
}

This repository is also a Claude Code plugin (.claude-plugin/plugin.json + .mcp.json).

Codex CLI / IDE extension

~/.codex/config.toml:

[mcp_servers.codex-reset]
url = "https://codex-reset.com/mcp"

Cursor

.cursor/mcp.json (project) or ~/.cursor/mcp.json (global):

{
  "mcpServers": {
    "codex-reset": { "url": "https://codex-reset.com/mcp" }
  }
}

VS Code (GitHub Copilot)

.vscode/mcp.json:

{
  "servers": {
    "codex-reset": { "type": "http", "url": "https://codex-reset.com/mcp" }
  }
}

Gemini CLI

gemini extensions install https://github.com/suvadadepolo-blip/codex-reset-mcp

Clients that only speak stdio

npx -y mcp-remote https://codex-reset.com/mcp

Check it by hand

curl -sS https://codex-reset.com/mcp \
  -H 'content-type: application/json' \
  -H 'accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

Terms

Reuse is free and keyless on one condition: credit. A site, app, bot message, dashboard, MCP tool or API that passes this data on names the source and links to it on the same surface: "Data: codex-reset.com", linked to https://codex-reset.com/. Personal use needs no visible credit. Full wording: codex-reset.com/developers and the terms of use.

Independent community project, not affiliated with OpenAI. "Codex" and "ChatGPT" are trademarks of OpenAI and are used only to describe what is being tracked.

License

The configuration files in this repository are MIT-licensed. The data served by the endpoint is covered by the terms above.

Advanced
Delivery
codex-reset MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
io-github-suvadadepolo-blip-codex-reset
Source
github.com/suvadadepolo-blip/codex-reset-mcp
Hosted endpoint
https://codex-reset.com/mcp