Skip to content

Commit f9ca820

Browse files
authored
Add new MCP Server (Docs) page (#553)
1 parent 432f310 commit f9ca820

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

fern/products/docs/docs.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,13 @@ navigation:
103103
- page: Conditionally rendered content
104104
hidden: true
105105
path: ./pages/component-library/custom-components/conditional-rendering.mdx
106-
106+
- section: AI features
107+
contents:
108+
- link: Ask Fern
109+
href: /learn/ask-fern/getting-started/what-is-ask-fern
110+
- page: MCP server for your site
111+
path: ./pages/ai/mcp-server.mdx
112+
slug: mcp-server
107113
- section: Preview & publish
108114
collapsed: true
109115
contents:
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: MCP server for your site
3+
description: Learn how to use the Model Context Protocol (MCP) to integrate AI capabilities with your Fern documentation
4+
---
5+
6+
<Markdown src="/snippets/wip-callout.mdx" />
7+
8+
[Model Context Protocol (MCP)](https://modelcontextprotocol.io) is an open standard by Anthropic that enables AI applications to connect with external data sources and tools.
9+
10+
Fern can build a production-ready MCP server for your documentation site. This enables developers using AI clients (like Claude Desktop, Cursor, and Windsurf) to get instant answers about your product directly within their development environment.
11+
12+
## How it works
13+
14+
Fern analyzes your docs site structure and content, then creates an MCP server.
15+
16+
Developers can access your MCP server by visiting `your-documentation-site.com/mcp` and copying the configuration snippet to add to their AI client settings. Once integrated, developers can ask their AI client questions about your products. The AI client will search through your documentation and provide accurate answers.

0 commit comments

Comments
 (0)