
Azure DevOps MCP Server
The Azure DevOps MCP Server acts as a bridge between natural language requests and the Azure DevOps REST API, enabling AI assistants and tools to automate DevOp...
Integrate Descope’s powerful management APIs into your FlowHunt-powered AI pipelines for seamless user management, audit log access, and project automation.
The Descope MCP (Model Context Protocol) Server provides an interface to interact with Descope’s Management APIs, enabling AI assistants and development tools to search and retrieve project-related information from Descope. By bridging external data sources (Descope Management APIs) with AI workflows, it allows users to perform tasks such as searching audit logs, managing users, and handling project data directly from their preferred AI development environment. This integration streamlines developer productivity by automating repetitive management actions and surfacing key project insights, making it easier to build, maintain, and monitor secure authentication experiences in modern applications.
No information found about prompt templates in the provided repository.
No explicit resources section found in the repository or documentation.
No specific setup instructions for Windsurf provided in the repository.
npx -y @smithery/cli install @descope-sample-apps/descope-mcp-server --client claude
claude_desktop_config.json
.code ~/Library/Application\ Support/Claude/claude_desktop_config.json
code %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"descope": {
"command": "npx",
"args": [
"-y",
"@descope-sample-apps/descope-mcp-server@latest"
],
"env": {
"DESCOPE_PROJECT_ID": "your-project-id",
"DESCOPE_MANAGEMENT_KEY": "your-management-key"
}
}
}
}
No specific setup instructions for Cursor provided in the repository.
No specific setup instructions for Cline provided in the repository.
Use environment variables in your configuration to secure API keys:
{
"mcpServers": {
"descope": {
"command": "npx",
"args": [
"-y",
"@descope-sample-apps/descope-mcp-server@latest"
],
"env": {
"DESCOPE_PROJECT_ID": "your-project-id",
"DESCOPE_MANAGEMENT_KEY": "your-management-key"
},
"inputs": {}
}
}
}
Note: Replace "your-project-id"
and "your-management-key"
with your actual credentials and do not hardcode sensitive values in public configurations.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"descope": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change "descope"
to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ⛔ | No prompt templates found |
List of Resources | ⛔ | No explicit resources documented |
List of Tools | ✅ | search-audits, search-users, create-user, invite-user |
Securing API Keys | ✅ | Environment variable usage is documented |
Sampling Support (less important in evaluation) | ⛔ | No mention of sampling in the documentation or code |
| Roots Support | ⛔ | No mention of Roots support |
Based on the above, the Descope MCP Server is a focused, practical integration for Descope Management APIs, with clear tool support and easy setup for Claude, but lacks advanced MCP features like prompts, resources, roots, and sampling.
This MCP server is practical and production-ready for projects using Descope, with a straightforward set of tools and good documentation for setup on Claude Desktop. However, the absence of prompt templates, resources, roots, and sampling support limits its versatility for broader MCP use cases. Overall, it provides value for its intended audience but is less suitable for advanced or highly customizable MCP workflows.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 5 |
Number of Stars | 11 |
The Descope MCP Server connects FlowHunt to Descope’s Management APIs, allowing AI assistants and tools to automate tasks like searching audit logs, managing users, and monitoring project activity within your AI workflows.
It provides tools including: search-audits (fetch audit logs), search-users (retrieve user records), create-user (add new users), and invite-user (send project invitations).
Always use environment variables for sensitive credentials like your Descope Project ID and Management Key. Never hardcode these values in public files. See the setup instructions for how to add them to your configuration.
Yes! Simply add the MCP component to your FlowHunt flow, configure the Descope MCP server details, and your AI agent will gain access to all its tools and capabilities.
No prompt or resource templates are provided in the current Descope MCP Server repository. The integration focuses on tool-based management actions.
It’s ideal for developers, devops, and support teams managing authentication and user workflows in Descope projects, or building AI-powered automation for secure user and project management.
Boost your workflow with Descope’s user and audit management, fully integrated into FlowHunt. Experience secure, automated authentication and project monitoring.
The Azure DevOps MCP Server acts as a bridge between natural language requests and the Azure DevOps REST API, enabling AI assistants and tools to automate DevOp...
The DevRev MCP Server brings DevRev’s powerful project management and enhancement tools directly into FlowHunt and AI assistant workflows. It enables programmat...
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...