Create, manage, and clean up Flagsmith feature flags directly from your AI tool. Flagsmith is an open source feature flag and remote config platform you can self-host or run in the cloud, and the MCP server lets you control flags, environments, and segments through natural language in any MCP-compatible editor.
服务器配置
{
"mcpServers": {
"flagsmith": {
"command": "npx",
"args": [
"mcp-remote",
"http://127.0.0.1:8000/mcp"
]
}
}
}