← Back to Plugins
MCP Server MCP

io.github.configcat/mcp-server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @configcat/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@configcat/mcp-server",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "ConfigCat Management API basic authentication username.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CONFIGCAT_API_USER"
        },
        {
          "description": "ConfigCat Management API basic authentication password.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CONFIGCAT_API_PASS"
        },
        {
          "description": "Base URL for the ConfigCat API. Defaults to `https://api.configcat.com`.",
          "format": "string",
          "name": "CONFIGCAT_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...