vwo-fme-mcp

wingify/vwo-fme-mcp

3.3

If you are the rightful owner of vwo-fme-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The VWO FME MCP server is a tool designed to manage feature flags directly through AI coding assistants, integrating VWO's feature management system with AI development tools.

The VWO FME MCP server facilitates seamless management of feature flags within your coding environment, eliminating the need to switch between different tools. It integrates with popular AI development tools like Cursor, VS Code, and Claude, allowing developers to create, update, and control feature flags directly from their coding interface. This integration not only streamlines the development process but also enhances productivity by providing comprehensive feature flag management capabilities. The server requires configuration with VWO Account ID and API Key to authenticate and connect with the VWO feature management system. Once set up, it offers a robust solution for managing feature flags across different environments, ensuring that developers can focus on coding without the distraction of managing feature flags through separate interfaces.

Features

  • Seamless AI Assistant Integration: Compatible with Cursor, VS Code, and Claude.
  • Comprehensive Feature Flag Management: Easily create, view, list, update, and delete feature flags.
  • Environment-Specific Controls: Toggle features on or off across different environments.
  • Cursor Rule Setup: Simplifies the configuration of Cursor rules to deliver contextual results.
  • Time-Saving: Manage feature flags directly where you code, without switching tools.

Usages

usage with Cursor

{
  "mcpServers": {
    "vwo-fme": {
      "command": "npx",
      "args": ["-y", "vwo-fme-mcp@latest"],
      "env": {
        "VWO_ACCOUNT_ID": "VWO_ACCOUNT_ID",
        "VWO_API_KEY": "VWO_API_KEY"
      }
    }
  }
}

usage with VS Code

"mcp": {
  "servers": {
    "vwo-fme": {
      "command": "npx",
      "args": ["-y", "vwo-fme-mcp@latest"],
      "env": {
        "VWO_ACCOUNT_ID": "VWO_ACCOUNT_ID",
        "VWO_API_KEY": "VWO_API_KEY"
      }
    }
  }
}

usage with Claude Desktop

{
  "mcpServers": {
    "vwo-fme": {
      "command": "npx",
      "args": ["-y", "vwo-fme-mcp@latest"],
      "env": {
        "VWO_ACCOUNT_ID": "VWO_ACCOUNT_ID",
        "VWO_API_KEY": "VWO_API_KEY"
      }
    }
  }
}

Tools

  1. Cursor Bootstrapping with VWO

    Retrieve cursor rules and configuration settings to manage feature flags within your project.

  2. Create Feature Flag

    Launch a new feature flag into your account with custom settings.

  3. Delete Feature Flag

    Safely remove any feature flag from your account.

  4. Get Feature Flag

    View the details of any feature flag.

  5. List Feature Flags

    Get an overview of all your feature flags.