SERVER

MCP Server

Rank #4135

io.github.configcat/mcp-server

Provides access to ConfigCat's management API for feature flag and configuration management, enabling CRUD operations on entities like feature flags, configs, environments, and products, as well as SDK documentation.

First listed
May 17, 2025
Last publish date
Oct 21, 2025
OVERVIEW

MCP Server is a Model Context Protocol (MCP) server published by configcat. It ranks #4135 of 58,900 servers tracked on MCP Toplist, and its repository has 16 GitHub stars. MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on May 17, 2025 and most recently updated on Oct 21, 2025.

STANDING
#4,135of 58,900 tracked serversTop 10%

Ranks ahead of 54,765 of 58,900 servers on MCP Toplist.

CONNECT

Use MCP Server

Add MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.

npm package
{
  "mcpServers": {
    "configcat": {
      "command": "npx",
      "args": [
        "-y",
        "@configcat/mcp-server"
      ],
      "env": {
        "CONFIGCAT_API_USER": "<your CONFIGCAT_API_USER>",
        "CONFIGCAT_API_PASS": "<your CONFIGCAT_API_PASS>",
        "CONFIGCAT_BASE_URL": "<your CONFIGCAT_BASE_URL>"
      }
    }
  }
}

Replace each placeholder with your own value before saving.

REGISTRIES

Listed on 3 registries

ORGANIZATION

configcat

Organization
Total servers
1
Total versions
2
VERSIONS

Available versions (2)

VersionPublished
0.1.3Oct 21, 2025
0.1.0Nov 25, 2024
FAQ

Frequently asked questions

What is MCP Server?
Provides access to ConfigCat's management API for feature flag and configuration management, enabling CRUD operations on entities like feature flags, configs, environments, and products, as well as SDK documentation.
Who maintains MCP Server?
MCP Server is maintained by configcat, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
Is MCP Server an official MCP server?
Yes — MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
How many versions does MCP Server have?
MCP Toplist tracks 2 versions of MCP Server, most recently published on Oct 21, 2025.
Where can I find the source code for MCP Server?
The source code for MCP Server is hosted at github.com/configcat/mcp-server.
EXPLORE