Mcp Server
Rank #4069io.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.
Mcp Server is a Model Context Protocol (MCP) server published by configcat. It ranks #4069 of 58,832 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.
Ranks ahead of 54,763 of 58,832 servers on MCP Toplist.
Use Mcp Server
Add Mcp Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"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.
Listed on 3 registries
configcat
Available versions (2)
| Version | Published |
|---|---|
| 0.1.3 | Oct 21, 2025 |
| 0.1.0 | Nov 25, 2024 |
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.