LogoSTMCP
Download
descope-mcp-server-stdio

Descope MCP Server

Descope MCP Server provides a Model Context Protocol interface to interact with Descope's Management APIs, enabling search and retrieval of project audit logs and user information through Claude AI.

Tools

1. search-audits

Retrieves up to 10 audit log entries from your Descope project.

2. search-users

Retrieves up to 10 user records from your Descope project.

3. create-user

Creates a new user in your Descope project.

4. invite-user

Invites a new user to your Descope project.

Open Graph image for Descope MCP Server

JSON Config

{
  "mcpServers": {
    "descope": {
      "command": "node",
      "args": ["/path/to/descope-mcp-server/build/index.js"],
      "env": {
        "DESCOPE_PROJECT_ID": "your-descope-project-id-here",
        "DESCOPE_MANAGEMENT_KEY": "your-descope-management-key-here"
      }
    }
  }
}

Useful Links

Information