MCP.so
登录

Statsig

@statsig-io

关于 Statsig

Bridges directly to Statsig, enabling you to wrap new features behind feature flags, add instrumentation for product performance visibility, and seamlessly highlight and clean up stale feature flags from your codebase.

基本信息

分类

其他

传输方式

stdio

发布者

statsig-io

提交者

helen-statsig

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "statsig-local": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://api.statsig.com/v1/mcp",
        "--header",
        "statsig-api-key:${AUTH_TOKEN}"
      ],
      "env": {
        "AUTH_TOKEN": "<console-YOUR-API-KEY>"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Statsig?

Statsig is an MCP server that implements the Model Context Protocol for integration with the Statsig API, supporting both stdio and SSE transports.

How to use Statsig?

Install with npm install and npm run build, then configure an MCP client by adding an entry to mcp.json using npx mcp-remote with the Statsig MCP endpoint URL and a statsig-api-key header supplied via the AUTH_TOKEN environment variable.

Key features of Statsig

  • MCP integration with the Statsig API
  • Supports stdio and SSE transports
  • Uses API key authentication via header

Use cases of Statsig

FAQ from Statsig

What transport protocols does Statsig support?

The server supports both stdio and SSE transports.

What authentication does Statsig require?

It uses a statsig-api-key header, with the key provided through the AUTH_TOKEN environment variable.

How is Statsig installed and built?

Run npm install followed by npm run build.

Is there any example configuration for an MCP client?

Yes, the README shows a mcp.json example using npx mcp-remote with the endpoint URL and header.

评论

其他 分类下的更多 MCP 服务器