Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified fern/products/docs/pages/ai/cursor-mcp.mp4
Binary file not shown.
12 changes: 12 additions & 0 deletions fern/products/docs/pages/ai/mcp-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ Your MCP server is available at `your-documentation-site.com/_mcp/server`. For e

Both buttons are enabled by default on sites with Ask Fern. For other clients (Claude Desktop, Windsurf, etc.), users can add `your-documentation-site.com/_mcp/server` to their MCP configuration.

<Frame>
<video
src="cursor-mcp.mp4"
autoPlay
loop
playsInline
muted
alt="Add MCP to Cursor via page actions"
>
</video>
</Frame>

## Other ways agents can access your docs

In addition to MCP, agents can fetch documentation directly over HTTP. Fern serves clean Markdown via [per-page URLs, `llms.txt`, and `llms-full.txt`](/learn/docs/ai-features/markdown) — including on authenticated sites.
Expand Down
Loading