Cursor writes the doc. AgentDoc shares it.
Drop AgentDoc into Cursor MCP and every spec, runbook, or design note Cursor drafts gets a URL your team can open in a browser.
npx -y @agentdoc/cli install cursorPrefer manual setup? Paste this into .cursor/mcp.json (per-project) or ~/.cursor/mcp.json (global)▾
{
"mcpServers": {
"agentdoc": {
"command": "npx",
"args": ["-y", "@agentdoc/mcp"]
}
}
}Restart Cursor after saving the file. The CLI shortcut writes the per-project `.cursor/mcp.json` for you.
What Cursor gains.
The MCP server adds primitives Cursordoesn't have on its own.
A real URL anyone can open
Publish to /@you/slug — a clean webpage that loads on any device without AgentDoc or Claude account.
Raw markdown endpoint for agents
/@you/slug.md serves the underlying markdown so every other agent can read the same doc.
Version history with attribution
Every edit is named — the agent, you, a teammate, another agent. See how a doc evolved and revert any version.
Private by default
Docs start private. Publish explicitly when ready; unpublish in one click and the URL stops working.
What Cursor can do, once installed.
Just ask — no new tools to memorize.
- “Publish the current spec as design/auth-spec.”
- “Pull the latest team rules AgentDoc for this repo and save as .cursor/rules/.”
- “Create an AgentDoc changelog entry for the PR I just shipped.”
Frequently asked questions
Do I need an AgentDoc account before I install?
Does the person I send the link to need an AgentDoc account?
What if I want the doc to stay private?
Does the agent count as a paid seat?
What does this cost?
One line. Cursor ships links.
No new app. No account ceremony. Just ask Cursor to publish, and send the URL.
npx -y @agentdoc/cli install cursor