D

Descope

Manage Descope users and flows.

·No reviews yet
Repo
Share:

About

Auto-generated

Descope is a Model Context Protocol server in the Developer Tools category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Descope.

What is the Descope MCP?
The Descope MCP integrates Descope user management and authentication flows. It allows developers to interact with Descope functionalities directly through an MCP client to manage identities and access.
How do I configure the Descope MCP for use?
The Descope MCP requires an API key for authentication. This key must be configured within your MCP client according to its specific credential management procedures. Refer to your client's documentation for detailed setup instructions.
What are the primary use cases for the Descope MCP?
Typical use cases include automating user provisioning, managing user roles and permissions, and integrating Descope's authentication flows into development workflows. It streamlines identity management tasks from the MCP client.
Does the Descope MCP incur additional costs?
The Descope MCP itself is provided by the community. Any costs associated with its use depend on your Descope service plan and usage, as it interacts with the Descope platform.
What credentials are needed to use the Descope MCP?
To operate the Descope MCP, you will need a valid API key obtained from your Descope account. This key grants the necessary permissions for the MCP to perform actions within the Descope environment.
Are there any known limitations when using the Descope MCP?
The Descope MCP uses the stdio transport protocol, which may have performance implications for very high-volume or real-time operations compared to more optimized network protocols. Its capabilities are also limited to the Descope APIs it exposes.

Install Descope

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "descope": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-descope"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "descope": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-descope"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "descope": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-descope"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.