How to Use the Gainsight PX MCP in Windsurf
Let Cascade wire up your product analytics directly inside Windsurf.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Gainsight PX MCP to Windsurf
Create your Vinkius account to connect Gainsight PX to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Autonomous User Syncing
The `identify_px_user` tool lets Cascade push user profiles to Gainsight PX without you writing the API wrappers. You tell the agent to sync a new batch of users from your local database. Cascade grabs the data, maps the fields, and fires the updates. Once the profiles exist, Cascade calls `track_server_event` to log their initial login actions. It handles the entire sequence. You just watch the terminal logs populate.
In-App Engagement Audits
The `list_px_engagements` tool pulls every active in-app guide and survey into your workspace context. Cascade reads the active campaigns and compares them against your current UI components. If a guide targets a button you just renamed, the agent spots the mismatch. Mapping product trees works the same way. The `list_product_features` tool dumps your tracked feature hierarchy into Windsurf. Cascade then writes the exact tracking code for new features based on your existing structure.
Account Data via MCP Server
The `list_px_accounts` tool lets this MCP Server pull company metrics in seconds. Cascade uses it to find target companies based on specific criteria. It filters the results and holds the IDs in memory. From there, the agent runs `get_account_details` on the filtered list. You get a clean JSON output of account health scores and subscription tiers. No context switching to a browser tab required.
Set up Gainsight PX MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the Gainsight PX MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my Gainsight PX payment history." If connected, Cascade will call the Gainsight PX tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"gainsight-px-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Gainsight PX. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Gainsight PX MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Gainsight PX MCP today
We host it, we monitor it, we maintain it. You just paste one token.