Skip to content

Add Statsig third-party MCP plugin - #369

Open
SamSokolin wants to merge 1 commit into
mainfrom
cursor/statsig-mcp-plugin-190e
Open

Add Statsig third-party MCP plugin#369
SamSokolin wants to merge 1 commit into
mainfrom
cursor/statsig-mcp-plugin-190e

Conversation

@SamSokolin

Copy link
Copy Markdown
Collaborator

Summary

Packages Statsig's official remote MCP server as a marketplace / Grok Bot connector plugin at third_party/statsig/, following the existing third-party OAuth HTTP pattern (Attio #339, Clay, Intercom, Calendly).

Related to EXTY-1365 (https://linear.app/anysphere/issue/EXTY-1365/agents-have-no-single-reliable-path-to-read-statsig) — that ticket covers broader skill routing; this PR is the public HTTP connector packaging slice.

Originating ask: xai-fte Slack, channel C0BQKE29LNP, thread p1789255395993009.

What's in the plugin

  • mcp.json — URL-only Streamable HTTP config pointing at Statsig's hosted endpoint. Auth is OAuth; Cursor handles the sign-in on first use. No secrets, client IDs, or env templates.
{
  "mcpServers": {
    "statsig": {
      "type": "http",
      "url": "https://api.statsig.com/v1/mcp"
    }
  }
}
  • .cursor-plugin/plugin.jsonname: statsig, category: integrations, author Cursor / plugins@cursor.com, homepage → https://docs.statsig.com/integrations/mcp/cursor, mcpServers: ./mcp.json. Fields mirror Attio's manifest.
  • README.md — install steps, MCP config, prerequisites (Statsig org owner must enable Personal Console API Keys for the user's role; OAuth only supports those), capabilities table, notes.
  • LICENSE (MIT), CHANGELOG.md (1.0.0).
  • assets/logo.png — Statsig's official hexagon mark from the statsig-io GitHub org, resized to 192×192 RGBA PNG like Attio.

Registration

  • Added statsig entry to .cursor-plugin/marketplace.json.
  • Added statsig row to the root README.md plugins table.

Not included (by design)

  • No npx mcp-remote / Console API key stdio alternative — the docs list it as a fallback, but this plugin ships the recommended OAuth HTTP setup only.
  • Packaging only. Marketplace publish after merge is a separate step.

Verification

Open in Web Open in Cursor 

Package Statsig's official hosted MCP (https://api.statsig.com/v1/mcp) as a
marketplace plugin using Streamable HTTP with OAuth user login and no API keys.

Related to EXTY-1365

Co-authored-by: Sam Sokolin <SamSokolin@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants