You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/products/docs/pages/ai/mcp-server.mdx
+5-16Lines changed: 5 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,26 +9,15 @@ Fern automatically generates and hosts a production-ready MCP server for every d
9
9
10
10
## How it works
11
11
12
-
Fern automatically creates an MCP server for your documentation site that provides a `searchDocs` tool. This tool uses your site's Ask Fern AI search functionality to answer questions about your documentation.
12
+
Fern automatically creates an MCP server for your documentation site that uses Ask Fern AI search to answer questions about your documentation.
13
13
14
-
When developers connect to your MCP server, they can ask questions about your product, and the AI client will search through your documentation using semantic search and provide accurate, contextual answers.
14
+
When developers connect to your MCP server, they can ask questions about your product. Their AI client will search through your documentation and provide accurate, contextual answers. The server respects your documentation's authentication settings and reflects your current documentation content.
15
15
16
16
## Access your MCP server
17
17
18
-
Your MCP server is automatically available at `your-documentation-site.com/_mcp/server`. Developers can configure their AI clients to connect to this endpoint.
19
-
20
-
To use your MCP server:
18
+
Your MCP server is automatically available at `your-documentation-site.com/_mcp/server`. To connect to your MCP server:
21
19
22
20
1. Visit `your-documentation-site.com/_mcp/server` in a browser to see the server information
23
-
2.Configure your AI client(Claude Desktop, Cursor, Windsurf, etc.) to connect to this URL
21
+
2.Add this URL to your AI client's MCP server configuration (Claude Desktop, Cursor, Windsurf, etc.)
24
22
3. Authenticate if your documentation requires authentication
25
-
4. Start asking questions about your product directly in your AI client
26
-
27
-
## Features
28
-
29
-
The autogenerated MCP server includes:
30
-
31
-
-**Semantic search**: Powered by your site's Ask Fern AI functionality
32
-
-**Authentication support**: Respects your documentation's authentication settings
33
-
-**Automatic updates**: Always reflects your current documentation content
34
-
-**Zero configuration**: Works out of the box with no setup required
23
+
4. Start asking questions about your product directly in the AI client
0 commit comments