← Index

io.github.configcat/mcp-server

io.github.configcat/mcp-server·v0.1.3·Other
Quality Score
68
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "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": "<configcat_base_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "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": "<configcat_base_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @configcat/mcp-server
§02  Environment variables
CONFIGCAT_API_USER
requiredsecret

ConfigCat Management API basic authentication username.

CONFIGCAT_API_PASS
requiredsecret

ConfigCat Management API basic authentication password.

CONFIGCAT_BASE_URL

Base URL for the ConfigCat API. Defaults to `https://api.configcat.com`.

§03  MCP Quality Score  ·  methodology
freshness
13
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other