The Descope Model Context Protocol (MCP) server provides an interface to interact with Descope's Management APIs, enabling the search and retrieval of project-related information.
mcpdescopeuser-managementaudit-logsauthenticationidentitymanagement-apiclaudetool
Installation & Configuration
{
"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"
}
}
}
}Information
Transport
stdiosse
Language
TypeScript
Created
2026/6/12
Updated
2026/6/13