Powered by Descope
Descope Docs MCP Server
A Model Context Protocol (MCP) server that provides intelligent access to Descope documentation, support, and developer resources.
Quick Start
Server URL
https://docs-mcp.descope.com/mcpIDE Integration
Set up the Descope Docs MCP server in your favorite IDE
Cursor
- 1.Cmd + Shift + J
- 2.Select Tools & MCP
- 3.Select + New MCP Server
- 4.Add this configuration:
{
"descope-docs": {
"url": "https://docs-mcp.descope.com/mcp"
}
}VS Code
- 1.Create or open the .vscode/mcp.json file in your workspace
- 2.Add this configuration:
{
"descope-docs": {
"type": "http",
"url": "https://docs-mcp.descope.com/mcp"
}
}Claude
- 1.Navigate to Claude Settings
- 2.Select Connectors → Organization connectors
- 3.Select Add custom connector
ChatGPT
- 1.Enable developer mode under Settings → Connectors → Advanced → Developer mode
- 2.Select Create under Settings → Connectors