ConfigCat/mcp-server
MCP server for interacting with ConfigCat feature flag platform. Supports managing feature flags, configs, environments, products and organizations.
Ads
Overview
MCP server for interacting with ConfigCat feature flag platform. Supports managing feature flags, configs, environments, products and organizations.
Installation
npx -y @configcat/mcp-server
Configuration
{
"mcpServers": {
"ConfigCat": {
"command": "npx",
"args": [
"-y",
"@configcat/mcp-server"
],
"env": {
"CONFIGCAT_API_USER": "YOUR_API_USER",
"CONFIGCAT_API_PASS": "YOUR_API_PASSWORD"
}
}
}
}Capabilities
- Manage feature flags
Ask to create, update, or delete feature flags and settings via tools like `create-setting` and `update-setting`.
- Control flag values
Retrieve or change feature flag values for specific environments using `get-setting-value` or `update-setting-value`.
- Handle change requests
Create, approve, apply, or comment on change requests with tools like `create-change-request` and `approve-change-request`.
- Get SDK guidance
Ask for SDK documentation and code examples to implement feature flags in your project via `update-sdk-documentation`.
- Manage team access
Invite members, update permissions, or list organization members using `invite-member` and `update-member-permissions`.
- Monitor flag health
Pull audit logs or stale flag reports with `list-auditlogs` and `list-staleflags`.
Tags
- devops
- development
- awesome-list
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.