Skip to content
VS Code

statsig mcp server for VS Code

com.statsig/statsig-mcp-server

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

client:VS Code transport:streamable-http

Install statsig mcp server in VS Code

.vscode/mcp.json

{
  "servers": {
    "statsig-mcp-server": {
      "type": "http",
      "url": "https://api.statsig.com/v1/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

statsig mcp server in other clients