MCP Server
MCP
io.github.configcat/mcp-server
Enables AI agents to interact with ConfigCat, a feature flag service for teams.
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
By
Comments
Sign in to leave a comment