Skip to content

Commit cdf8f98

Browse files
committed
init MCP docs.json & started overview page
1 parent 24a42de commit cdf8f98

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

advanced/mcp/mcp-overview.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "MCP Overview"
3+
description: "Overview of the Model Context Protocol generated by Mintlify"
4+
---
5+
6+
## What is an MCP Server?
7+
8+
Model Context Protocol is a standard released by Anthropic in November 2024 to simplify how applications can provide context to large language models (LLMs).
9+
10+
It enables LLMs to use external tools & services, with MCP servers exposing your data to AI and MCP clients allowing access to that data. For example, you can use an MCP client like Windsurf or Cursor to search for a pull request by using [GitHub’s MCP server](https://github.com/modelcontextprotocol/servers/tree/main/src/github).
11+
12+
While MCPs have recently gained intense traction as a way to embed products into AI ecosystems, best practices are still evolving.
13+
14+
We believe the most effective approach is to dynamically generate MCP servers based on existing data structures, like your OpenAPI spec. With a simple CLI installation, Mintlify enables you to do just that—automatically setting up an MCP server that allows AI tools to interact with your docs in these key scenarios:
15+
16+
1. **General information retrieval**, when users want to get a contextual answer
17+
2. **Real-time API querying**, when users want AI to execute actions on their behalf
18+

docs.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,11 @@
135135
"icon": "house-lock",
136136
"pages": ["advanced/dashboard/sso", "advanced/dashboard/permissions"]
137137
},
138+
{
139+
"group": "Model Context Protocol",
140+
"icon": "server",
141+
"pages": ["advanced/mcp/mcp-overview"]
142+
},
138143
{
139144
"group": "REST API",
140145
"icon": "brackets-curly",

0 commit comments

Comments
 (0)