Skip to main content
Cursor supports remote MCP servers over HTTP. Add Salesgraph in its MCP settings.

Add the server

1

Open MCP settings

In Cursor, go to Settings → MCP (or Tools & Integrations → MCP) and choose Add new MCP server.
2

Edit mcp.json

Cursor stores servers in ~/.cursor/mcp.json (global) or .cursor/mcp.json (per-project). Add a salesgraph entry:
3

Enable it

Back in MCP settings, confirm salesgraph shows a green status and its tools are listed. Toggle it on.

Use it

In Cursor’s Agent mode, reference Salesgraph in your prompt — for example, “Use the Salesgraph research tool to brief me on Linear.” The agent will pick the right tool and return a markdown brief.
Keep project keys out of source control. Prefer the global ~/.cursor/mcp.json, or add .cursor/mcp.json to your .gitignore.