Skip to content

Commit 4c84918

Browse files
committed
cut down text even more
1 parent a9303f4 commit 4c84918

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

fern/products/docs/pages/ai/mcp-server.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,10 @@ description: Learn how to use the Model Context Protocol (MCP) to integrate AI c
77

88
[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.
99

10-
Fern can build a production-ready MCP server for your documentation site. This enables developers using AI assistants (Claude Desktop, Cursor, and Windsurf) to get instant answers about your product directly within their development environment.
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.
1111

1212
## How it works
1313

14-
Fern analyzes your docs site structure and content, then generates an MCP server. AI assistants access your docs through tools like semantic search, endpoint lookup, and code example retrieval.
15-
16-
This makes your documentation accessible within the AI tools your developers already use.
17-
18-
## How developers use it
14+
Fern analyzes your docs site structure and content, then creates an MCP server.
1915

2016
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, their AI client can automatically search your documentation and provide accurate, up-to-date answers with relevant code examples – all without leaving their development environment.

0 commit comments

Comments
 (0)