open-responses-server

teabranch/open-responses-server
★ 153 stars Python 🤖 AI/LLM Updated 1mo ago
Wraps any OpenAI API interface as Responses with MCPs support so it supports Codex. Adding any missing stateful features. Ollama and Vllm compliant.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "open-responses-serve": {
      "command": "uvx",
      "args": [
        "open-responses-server"
      ]
    }
  }
}

Or install with pip: pip install open-responses-server

Topics

aicodexgenerative-aimcpmcp-clientopenaiopenai-apiopenai-codexopenai-codex-cliopenai-codex-integrationresponses-api