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/ConfigCat/mcp-server
Code ExecutionOfficialTypeScript
C

ConfigCat/mcp-server

MCP server for interacting with ConfigCat feature flag platform. Supports managing feature flags, configs, environments, products and organizations.

0 starsUpdated Aug 28, 2026
View on GitHub

Ads

Overview

MCP server for interacting with ConfigCat feature flag platform. Supports managing feature flags, configs, environments, products and organizations.

Installation

npx -y @configcat/mcp-server

Configuration

{
  "mcpServers": {
    "ConfigCat": {
      "command": "npx",
      "args": [
        "-y",
        "@configcat/mcp-server"
      ],
      "env": {
        "CONFIGCAT_API_USER": "YOUR_API_USER",
        "CONFIGCAT_API_PASS": "YOUR_API_PASSWORD"
      }
    }
  }
}

Capabilities

  • Manage feature flags

    Ask to create, update, or delete feature flags and settings via tools like `create-setting` and `update-setting`.

  • Control flag values

    Retrieve or change feature flag values for specific environments using `get-setting-value` or `update-setting-value`.

  • Handle change requests

    Create, approve, apply, or comment on change requests with tools like `create-change-request` and `approve-change-request`.

  • Get SDK guidance

    Ask for SDK documentation and code examples to implement feature flags in your project via `update-sdk-documentation`.

  • Manage team access

    Invite members, update permissions, or list organization members using `invite-member` and `update-member-permissions`.

  • Monitor flag health

    Pull audit logs or stale flag reports with `list-auditlogs` and `list-staleflags`.

Tags

  • devops
  • development
  • awesome-list

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