Descope MCP Server
@MCP-Mirror
Descope MCP Server について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"descope-sample-apps_descope-mcp-server-stdio": {
"command": "node",
"args": [
"--version",
"#",
"Expected",
"output:",
"v18.0.0",
"or",
"later"
]
}
}
}ツール
4Retrieves 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?
The Descope MCP Server provides an interface to interact with Descope’s Management APIs, enabling the search and retrieval of project-related information. It is designed for developers using Claude Desktop who need to manage Descope projects through AI-driven tools.
How to use Descope MCP Server?
Install the server via Smithery (npx -y @smithery/cli install @descope-sample-apps/descope-mcp-server --client claude) or manually by cloning the repository, installing dependencies (npm install), and building (npm run build). Configure Claude Desktop by editing its config file (claude_desktop_config.json) to add the Descope server with your Descope Project ID and Management Key as environment variables, then restart Claude Desktop. The server can run on stdio (npm run start:stdio) or SSE (npm run start:sse).
Key features of Descope MCP Server
- Searches and retrieves up to 10 audit log entries.
- Searches and retrieves up to 10 user records.
- Creates new users in your Descope project.
- Invites new users to your Descope project.
- Integrates with Claude Desktop via MCP protocol.
- Supports both stdio and SSE transport modes.
Use cases of Descope MCP Server
- Quickly audit recent security events in a Descope project.
- Look up user details without navigating the Descope dashboard.
- Automate user onboarding by creating and inviting users via Claude.
- Manage Descope users and audits directly from an AI assistant.
FAQ from Descope MCP Server
What are the runtime requirements?
Node.js version 18 or later and Git are required. The server is intended for use with Claude Desktop.
How do I get a Descope Project ID and Management Key?
Obtain your Project ID from app.descope.com/settings/project and your Management Key from app.descope.com/settings/company/managementkeys.
How do I configure Claude Desktop to use this server?
Edit claude_desktop_config.json to add a "descope" entry under "mcpServers" specifying the command "node", the path to the built server, and the environment variables DESCOPE_PROJECT_ID and DESCOPE_MANAGEMENT_KEY.
How do I verify the connection after setup?
Restart Claude Desktop and look for the 🔌 icon to confirm the Descope server is connected.
Does the server support both stdio and SSE transports?
Yes. Run npm run start:stdio for stdio mode or npm run start:sse for SSE mode.
「その他」の他のコンテンツ
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
ghidraMCP
LaurieWiredMCP Server for Ghidra
コメント