Connecting Guru's MCP Server to Cursor and Cursor IDE

Integrate Guru with Cursor's AI-powered code editor to access your team's documentation and knowledge while coding

MCP Server URL: https://mcp.api.getguru.com/mcp

Connecting Cursor

  1. Open Cursor settings
  2. Go to MCP connections
  3. Add Guru as a provider
  4. Complete OAuth authentication
  5. Configure Knowledge Agent access

Connecting Cursor IDE

  1. In SettingsCursor SettingsTools & MCP, click New MCP Server
  2. Add Guru's MCP to the mcp.json file and save the file and close it
{
  "mcpServers": {
    "Guru": {
      "url": "https://mcp.api.getguru.com/mcp"
    }
  }
}
  1. Under Installed MCP Servers, click Connect next to the Guru MCP you just installed
  2. Grant permissions for Cursor to access Guru via MCP

Start using Guru in your workflow

Once you're connected, your AI tool can:

  • Ask questions about your internal documentation
  • Search for specific topics across your knowledge base
  • Integrate Guru's AI capabilities into your development or writing workflows

Additional Resources