MCP Server

Your AI agents connect directly.

27 tools and 4 resources over the Model Context Protocol. Let Claude Code, Cursor, and Windsurf manage your flags, configs, and AI prompts natively.

Works with your favorite tools

Any MCP-compatible agent can connect to FlagDash out of the box.

Claude Code
Cursor
Windsurf
Any MCP Agent
Live Demo

See how agents talk to FlagDash

A real conversation between an AI agent and the FlagDash MCP server. Natural language in, structured actions out.

MCP Session
Connected to FlagDash
AI Agent

Create a feature flag called new-checkout with type boolean.

FlagDash MCP
{
"status": "created",
"key": "new-checkout",
"flag_type": "boolean",
"enabled": false
}
next tool call
AI Agent

Toggle new-checkout to enabled and set the rollout to 25%.

FlagDash MCP
{
"status": "updated",
"key": "new-checkout",
"enabled": true,
"rollout_percentage": 25
}

27 tools. 4 resources. Full control.

Your AI agent can manage every aspect of FlagDash without leaving the editor.

Flag Tools

6 tools — Full feature flag lifecycle

create_flag list_flags get_flag evaluate_flag update_flag delete_flag

Config Tools

6 tools

list_configs get_config evaluate_config create_config update_config delete_config

AI Config Tools

6 tools

list_ai_configs get_ai_config create_ai_config update_ai_config delete_ai_config initialize_ai_configs

Project & Environment

3 tools

list_projects list_environments use_ai_configs

Resources

4 auto-discovered resources

flagdash://flags flagdash://configs flagdash://ai-configs flagdash://environments
27
Tools
4
Resources
1
Config File
Setup

One config file.
Connected in seconds.

Add FlagDash to your MCP configuration and your AI agent instantly gains access to all 27 tools. No SDK installation, no dependencies.

.claude/mcp.json
JSON
{
  "mcpServers": {
    "flagdash": {
      "type": "sse",
      "url": "https://flagdash.io/mcp/sse",
      "headers": {
         "Authorization": "Bearer sk_your_api_key"
      }
    }
  }
}

Use an API key ( sk_ prefix) with read+write scopes for full access, or read-only scopes for evaluation only.

Why agents love FlagDash MCP

Purpose-built for AI-native workflows. Your agent becomes a first-class citizen.

Zero SDK Setup

No packages to install, no dependencies to manage. The AI agent connects directly over MCP — just add one config file.

Auto-Discovery

Agents discover all available tools and resources automatically. No documentation lookup needed — the schema IS the docs.

Full CRUD Access

Create, read, update, and delete flags, configs, and AI prompts. Agents can manage your entire feature stack.

use_ai_configs Tool

One tool call loads all agent instructions, skills, and rules. Your AI agent self-configures from FlagDash on every session.

Scoped API Keys

Give agents read-only or read-write access with scoped API keys. Principle of least privilege built in.

Open Standard

Built on the Model Context Protocol — an open spec from Anthropic. Future-proof and compatible with the growing MCP ecosystem.

Connect your AI agents today.

27 tools. 4 resources. One JSON config. Your agents manage flags, configs, and prompts natively.