Skip to main content

Prerequisites

  • Cursor installed
  • A SegmentStream account with access to at least one project

Installation

Clone the repository:
git clone https://github.com/segmentstream/agent-skills
Then open Settings → Extensions in Cursor and add the plugin directory path. The plugin ships with a .cursor-plugin/ manifest, so Cursor recognizes it automatically. On first use, an OAuth flow opens in your browser — sign in with your SegmentStream account to authorize the connection. No API tokens needed.

Verify the connection

After installing, check that SegmentStream appears as a connected MCP server in Cursor’s settings. Ask the agent to list your projects to confirm the connection works.

Update the plugin

The plugin is under active development — new skills, agents, and measurement capabilities are added regularly.
cd agent-skills && git pull origin main
Restart Cursor to pick up changes.

Next steps