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.
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.
{
"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"
}
}
}
}