Redocly automatically generates Model Context Protocol (MCP) servers from your documentation and OpenAPI descriptions. MCP servers make your content accessible to AI tools in the MCP ecosystem (such as ChatGPT, Claude, Cursor, Goose).
Option | Type | Description |
---|---|---|
hide | boolean | Hide the MCP server globally. When set to true , all MCP functionality is disabled. Default: false . |
docs | Docs object | Docs MCP configuration options. |
Option | Type | Description |
---|---|---|
hide | boolean | Hide the Docs MCP server. Default: false . |
name | string | Set the name displayed to MCP clients during the initial connection. Default: "Docs MCP server" . |
ignore | [string] | List of patterns or identifiers to ignore in the MCP server. Default: [] . |
# Global settings
mcp:
hide: false
# Docs MCP settings
docs:
hide: false
name: My Custom Docs MCP Server
Ignore specific files and filename patterns in the MCP server:
# Global settings
mcp:
hide: false
docs:
hide: false
# Ignored patterns
ignore:
- openapi-files/**
- test-endpoints
mcp:
hide: false
docs:
hide: false
name: "Docs MCP server"
- MCP servers overview - Configure MCP servers and integrate with third-party services
- Configuration options - Explore other project configuration options for comprehensive documentation and platform customization