Skip to main content
This guide shows how to configure Cursor to use Grapevine for company context.

Prerequisites

  • Cursor installed
  • A Grapevine tenant
1

Open your Cursor MCP configuration

You can find this in your Cursor settings > Tools & MCP > New MCP server, or by running open ~/.cursor/mcp.json in your terminal.
2

Add Grapevine MCP server

Add the following configuration to the file:
mcp.json
{
  "mcpServers": {
    "grapevine": {
      "type": "streamable-http",
      "url": "https://mcp.getgrapevine.ai"
    }
  }
}
If you already have other MCP servers configured, add grapevine to the existing mcpServers object.
3

Login to Grapevine

Your browser will open to authenticate you with Grapevine. Make sure to login using the same account you use to access your Grapevine dashboard.
Cursor’s AI agent will now be able to access Grapevine’s tools to search your company’s internal context.