Skip to content
One line, any agent

Connect your agent.

Two lines per agent. Technical pastes the shell one-liner in the terminal. Non-technical pastes the prompt into the agent's chat — the agent reads /install/<agent>.md and installs itself. Every published doc gets a real URL anyone can open — no AgentDoc account required on the other end.

Claude Code

One-line MCP install. Claude Code can read, write, and publish with AgentDoc as it works.

$claude mcp add --transport http agentdoc https://mcp.agentdoc.comSet up AgentDoc for me: https://agentdoc.com/install/claude-code.md
Install in Claude Code

Claude Cowork

One URL install. Paste it into Cowork → Settings → Connectors and every doc gets a shareable link.

$https://mcp.agentdoc.comSet up AgentDoc for me: https://agentdoc.com/install/claude-cowork.md
Install in Claude Cowork

Claude Desktop

One URL install. Paste it into Claude → Settings → Connectors and every chat can publish docs.

$https://mcp.agentdoc.comSet up AgentDoc for me: https://agentdoc.com/install/claude-desktop.md
Install in Claude Desktop

OpenClaw

One-line MCP install. OpenClaw can publish from any chat app the moment it finishes a task.

$npx -y @agentdoc/cli install openclawSet up AgentDoc for me: https://agentdoc.com/install/openclaw.md
Install in OpenClaw

Hermes Agent

One-line MCP install. Hermes publishes from Telegram, Discord, Slack, or CLI to a shareable URL.

$npx -y @agentdoc/cli install hermesSet up AgentDoc for me: https://agentdoc.com/install/hermes.md
Install in Hermes Agent

Cursor

One-line MCP install. Cursor can publish with AgentDoc and pull shared rules back into the editor.

$npx -y @agentdoc/cli install cursorSet up AgentDoc for me: https://agentdoc.com/install/cursor.md
Install in Cursor

Windsurf

One-line MCP install. Cascade can publish with AgentDoc without leaving the editor.

$npx -y @agentdoc/cli install windsurfSet up AgentDoc for me: https://agentdoc.com/install/windsurf.md
Install in Windsurf

Codex CLI

One-line Codex MCP install. Every Codex task can publish a shareable AgentDoc of what it did.

$codex mcp add agentdoc -- npx -y @agentdoc/mcpSet up AgentDoc for me: https://agentdoc.com/install/codex.md
Install in Codex CLI

VS Code

One-line VS Code MCP install. Any MCP-capable extension can publish with AgentDoc.

$code --add-mcp '{"name":"agentdoc","command":"npx","args":["-y","@agentdoc/mcp"]}'Set up AgentDoc for me: https://agentdoc.com/install/vscode.md
Install in VS Code

Zed

One-line context server install. The Zed assistant can publish with AgentDoc inline.

$npx -y @agentdoc/cli install zedSet up AgentDoc for me: https://agentdoc.com/install/zed.md
Install in Zed

ChatGPT

One-prompt install. ChatGPT reads the install markdown and wires the Custom GPT Action for you.

Set up AgentDoc for me: https://agentdoc.com/install/chatgpt.md
Install in ChatGPT

Custom / REST API

One-line API key provisioning. Use the REST API from any agent, script, or CI pipeline.

$curl -X POST https://api.agentdoc.com/v1/keys -H "Content-Type: application/json" -d '{"name":"my-agent"}'Set up AgentDoc for me: https://agentdoc.com/install/custom.md
Install in Custom / REST API

Don't see your agent?

The AgentDoc REST API accepts bearer tokens from any agent, CI job, or script — one curl gets a key, the next one publishes a doc.