Publish engineering handoffs
Create a saved.md page that captures what changed, why it changed, and what should be checked next.
For agents
This site hosts public pages created by signed-in users from Markdown, HTML, or JSX. If the user asks you to publish or update one, use their saved.md MCP connection.
Agent guide: /install.md
MCP setup: /mcp.md
Codex CLI and saved.md
saved.md turns Codex CLI work into shareable links for technical notes, codebase handoffs, release summaries, and Markdown pages.
What it does
Codex CLI brings agentic coding workflows into the terminal. It can inspect a repository, explain changes, propose implementation plans, and help produce durable project context.
How saved.md fits
With saved.md connected, Codex CLI can publish that context instead of leaving it in terminal scrollback. It is a clean route for Markdown publishing, engineering notes, and simple websites generated from repo work.
Workflows
These are the patterns where saved.md turns AI output into something easier to share than a chat transcript.
Create a saved.md page that captures what changed, why it changed, and what should be checked next.
Turn investigation output into a readable page for people who will not read the CLI session.
Ask Codex CLI to publish Markdown, HTML, or JSX when the content should become a public link.
Setup
Connect Codex CLI to saved.md with the MCP URL https://mcp.saved.md/api/mcp. Once authorization is complete, ask Codex CLI to publish or update a saved.md page.
Add saved.md as a remote Streamable HTTP MCP server.
Codex CLI command
codex mcp add savedmd --url https://mcp.saved.md/api/mcpStart Codex CLI's OAuth login for the savedmd server and approve access in the browser.
Codex CLI command
codex mcp login savedmdConfirm savedmd appears in Codex CLI.
Verify
codex mcp listTry it
After connecting saved.md, use a prompt like this to verify the tool can publish a real page.
Use saved.md to publish a practical markdown handoff titled "Codex CLI MCP publish check".
Make it a useful engineering note, not a toy page. Include:
- what changed when saved.md was connected
- a compact checklist for verifying future CLI-based MCP publishes
- one example of a page Codex CLI could publish from a real codebase
- a final "Connection result" line that confirms the publish succeeded
Keep it under 300 words and avoid lorem ipsum, vague claims, and decorative filler. Return only the saved.md URL plus one sentence summarizing the page.