How to Use the Gainsight PX MCP in Cursor
Write code that interacts with Gainsight PX by bringing user analytics and engagement data directly into Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Gainsight PX MCP to Cursor
Create your Vinkius account to connect Gainsight PX to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Verify tracking via this MCP Server
`track_server_event` lets you test and verify your custom event tracking logic directly inside the Cursor editor. You don't have to leave your code to check if your backend events are hitting the Gainsight PX platform. Run the tool via the Cursor agent to send a test event and see the response payload instantly. This works in tandem with `verify_api_connection` to ensure your local environment variables are configured correctly for Gainsight PX. It saves you from committing broken tracking code that fails in staging.
Inspect user metadata while writing code
`get_user_details` retrieves full user profiles and custom attributes directly into your Cursor chat. When you are writing conditional logic based on user traits, you can inspect real Gainsight PX user data models without opening a web browser. It helps you write accurate code based on real schema shapes. You can also run `list_px_users` to find specific test accounts that match the criteria you are coding for in Cursor. It speeds up local manual testing by giving you real Gainsight PX identifiers to work with.
Align your codebase with Gainsight PX feature maps
This MCP Server tool fetches the exact feature tree defined in your Gainsight PX console directly into Cursor. Developers can match their local feature flags or tracking constants with the official names stored in the platform. This prevents typos and mismatched analytics keys. If you need to map features across multiple projects, `list_px_products` provides the high-level IDs you need to structure your Cursor configuration. It keeps your codebase perfectly in sync with your Gainsight PX setup.
Set up Gainsight PX MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Gainsight PX MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Gainsight PX transactions." If the MCP tools are loaded correctly, Cursor will call the Gainsight PX tools automatically. You can also check Settings → MCP for a green status indicator.
{
"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 Cursor
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.