HomeDevelopment › mcp-server

mcp-server

Enables AI agents to interact with ConfigCat, a feature flag service for teams.

Official TypeScript Cloud
★ 18 stars Last pushed 2026-09-10 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.3)

npx -y @configcat/mcp-server@0.1.3

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@configcat/mcp-server@0.1.3"
      ],
      "env": {
        "CONFIGCAT_API_USER": "<YOUR_VALUE>",
        "CONFIGCAT_API_PASS": "<YOUR_VALUE>",
        "CONFIGCAT_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • CONFIGCAT_API_USER required secret — ConfigCat Management API basic authentication username.
  • CONFIGCAT_API_PASS required secret — ConfigCat Management API basic authentication password.
  • CONFIGCAT_BASE_URL — Base URL for the ConfigCat API. Defaults to `https://api.configcat.com`.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry