Skip to content

statsig mcp server for Zed

com.statsig/statsig-mcp-server

MCP server for Statsig API - interact with Statsig's feature flags, experiments, and analytics

client:Zed transport:streamable-http

Install statsig mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "statsig-mcp-server": {
      "url": "https://api.statsig.com/v1/mcp"
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

statsig mcp server in other clients