MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Code Execution/DevCycle
Code ExecutionOfficial
D

DevCycle

Turn your favourite AI tool into a feature management assistant. DevCycle's MCP works with your favourite coding assistant so you can create and monitor feature flags using natural language right in your workflow.

0 starsUpdated Aug 28, 2026
View on GitHub

Ads

Overview

The DevCycle Model Context Protocol (MCP) Server is based on the DevCycle CLI, it enables AI-powered code editors like Cursor and Windsurf, or general-purpose tools like Claude Desktop, to interact directly with your DevCycle projects and make changes on your behalf. The DevCycle MCP is hosted so there is no need to set up a local server. We'll walk you through installation and authentication with your preferred AI tools. Direct Connection: For clients that natively support the MCP specification with OAuth authentication, you can connect directly to our hosted server:

Installation

https://mcp.devcycle.com/mcp

Configuration

{
  "mcpServers": {
    "DevCycle": {
      "url": "https://mcp.devcycle.com/mcp"
    }
  }

Capabilities

  • Create feature flags

    Ask to create a new flag like `new-checkout-flow` via `create_feature`, with targeting rules and variables.

  • Manage flag lifecycle

    Use `update_feature_status` to enable or disable targeting in specific environments, or `delete_feature` to remove obsolete flags.

  • List and inspect projects

    Ask for all features in your project with `list_features`, or switch context using `select_project` and `get_current_project`.

  • Set self-targeting overrides

    Test flags as a specific user with `set_self_targeting_override` and view overrides via `list_self_targeting_overrides`.

  • Pull evaluation analytics

    Request usage metrics with `get_feature_total_evaluations` or `get_project_total_evaluations` for recent time ranges.

  • Get SDK installation guidance

    Ask for setup examples and code snippets via `install_devcycle_sdk` for your preferred language.

Tags

  • development
  • devops

Related MCP servers

C

Context7 MCP

Official

Official Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.

61.3kCode ExecutionUpdated Today
C

Chrome DevTools MCP

Official

Official Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.

49.9kCode ExecutionUpdated Today
M

Mastra/mcp

Official

Client implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.

27.5kCode ExecutionUpdated Today

GitHub MCP Server

Official

Connect your AI assistant to GitHub repositories, issues, pull requests, and search.

12.4kCode ExecutionUpdated 2 days ago