MCP.so
ログイン

Descope MCP Server

@MCP-Mirror

Descope MCP Server について

Mirror of

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

MCP-Mirror

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "descope-sample-apps_descope-mcp-server": {
      "command": "node",
      "args": [
        "--version",
        "#",
        "Expected",
        "output:",
        "v18.0.0",
        "or",
        "later"
      ]
    }
  }
}

ツール

4

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

Retrieves up to 10 user records from your Descope project.

Creates a new user in your Descope project.

Invites a new user to your Descope project.

概要

What is Descope MCP Server?

Descope MCP Server is a Model Context Protocol server that provides an interface to Descope's Management APIs, enabling the search and retrieval of project-related information through tools like searching audits, users, and creating or inviting users.

How to use Descope MCP Server?

Install via Smithery using npx @smithery/cli install @descope-sample-apps/descope-mcp-server --client claude, or manually clone the repository, install dependencies, and build the project. Configure Claude Desktop by adding the server to claude_desktop_config.json with your Descope Project ID and Management Key as environment variables. Restart Claude Desktop and verify the connection. Run the server on stdio with npm run start:stdio or on SSE with npm run start:sse.

Key features of Descope MCP Server

  • Search up to 10 audit log entries from your Descope project.
  • Search up to 10 user records from your Descope project.
  • Create a new user in your Descope project.
  • Invite a new user to your Descope project.
  • Integrates with Claude Desktop via MCP.
  • Supports both stdio and SSE transport modes.

Use cases of Descope MCP Server

  • Quickly retrieve recent audit logs for security review.
  • Look up user details without leaving Claude Desktop.
  • Automate user provisioning by creating or inviting users programmatically.
  • Simplify management tasks by integrating Descope APIs into an AI chat interface.

FAQ from Descope MCP Server

What are the prerequisites for Descope MCP Server?

You need Node.js v18 or later, Claude Desktop installed, a valid Descope Project ID and Management Key, and Git installed.

How do I obtain my Descope Project ID and Management Key?

Get your Project ID from app.descope.com/settings/project and your Management Key from app.descope.com/settings/company/managementkeys.

What tools does Descope MCP Server provide?

It provides four tools: search-audits, search-users, create-user, and invite-user. Each returns up to 10 results.

How do I verify the server is connected in Claude Desktop?

After configuration, restart Claude Desktop. Look for a 🔌 icon to confirm the Descope server is connected.

Can I run Descope MCP Server on transports other than stdio?

Yes, you can also run it on SSE using the command npm run start:sse.

コメント

「その他」の他のコンテンツ