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/mcp

IDE Integration

Set up the Descope Docs MCP server in your favorite IDE

Cursor

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

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

Claude

  • 1.Navigate to Claude Settings
  • 2.Select Connectors → Organization connectors
  • 3.Select Add custom connector
ChatGPT

ChatGPT

  • 1.Enable developer mode under Settings → Connectors → Advanced → Developer mode
  • 2.Select Create under Settings → Connectors

Available Tools

Powerful AI-powered tools to help you get answers and find information about Descope

Ask Questions

ask-question-about-descope

Ask specific questions about Descope to an AI Support Agent that is knowledgeable about Descope. Perfect for troubleshooting, feature capabilities, or conceptual questions.

Search Documentation

search-descope-docs

Perform semantic search across Descope documentation and public sources like GitHub. Find relevant reference content and extracts from documentation sites.

Example Workflows

See how to use the MCP server with common Descope queries

Ask Questions About Descope

"How do I implement multi-factor authentication with Descope?"
"How do I add SSO to my app?"
"How to handle user roles and permissions with Descope?"

Search Descope Documentation

"Find documentation about Descope API integration"
"Search for Descope Flows configuration guide"
"Look up Descope SDK quickstart examples"