Connections for Developers

This doc shows you how to connect different development tools to Guru's MCP Server.

🧩 Cursor IDE

  1. In Settings → Cursor Settings → Tools & 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

⚙️ Custom MCP Client

If you’re building your own MCP-compatible app:

  • Use the MCP client SDK in your language of choice
  • Configure Guru’s endpoint: https://mcp.api.getguru.com/mcp
  • Provide your credentials (OAuth or token)
  • The SDK handles all protocol communication automatically