ChatGPT Custom GPT Actions via the robot-md-http
OpenAPI bridge. The HTTP bridge is scaffolded (v0.1); a hosted multi-tenant version is in development.
robot-md-http launches a local Hono-based HTTP server
that mirrors the MCP surface as REST endpoints. ChatGPT Custom GPT Actions import the
OpenAPI 3.1 schema directly.
Launch the HTTP bridge
$ npx -y robot-md-http /path/to/ROBOT.md
Server starts on http://localhost:8787.
OpenAPI schema at /openapi.json.
Then: in your Custom GPT editor → Actions → Add action → import the schema URL.
{ ok, summary, errors }| Feature | ChatGPT (OpenAPI) | Notes |
|---|---|---|
| Read capabilities / safety / frontmatter | → HTTP bridge | Requires local robot-md-http running |
| Validate ROBOT.md | → HTTP bridge | POST /validate via Custom GPT Action |
| Compliance filing | — Not yet | Planned for robot-md-http v0.2 |
| Hosted mode (no local server) | — Pre-release | v0.2 roadmap — tracked in issue #3 |
| GPT Store entry | — Pre-release | Deferred to v0.2 |
Track progress: robot-md issue #3 — robot-md-http v0.1 scaffold + v0.2 roadmap.