Skip to content
Merged
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
4 changes: 2 additions & 2 deletions fern/products/docs/pages/ai/mcp-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ All other clients (including Claude Desktop, Windsurf, and VS Code) connect usin

```bash
claude mcp add --transport http \
fern-docs https://docs.example.com/_mcp/server
fern_mcp_docs.example.com https://docs.example.com/_mcp/server
```

## Authenticated sites
Expand Down Expand Up @@ -75,7 +75,7 @@ Register the server manually, as the [page action](/learn/docs/configuration/sit
```bash
claude mcp add --transport http \
--header "FERN_TOKEN: <jwt>" \
fern-docs https://docs.example.com/_mcp/server
fern_mcp_docs.example.com https://docs.example.com/_mcp/server
```

For Cursor, VS Code, and other clients, add `FERN_TOKEN: <jwt>` to the `headers` field in your MCP server configuration if the client supports custom headers.
Expand Down
Loading