Integration Examples

Below are real-world examples of how to use the Guru MCP Server with different clients. No code is required — setup is done entirely through your AI tool’s UI.

🧠 ChatGPT Enterprise

  1. Go to Settings → Beta → Connectors
  2. Click Add Connection
  3. Paste: https://mcp.api.getguru.com
  4. Authenticate via OAuth
  5. Start asking Guru questions directly in ChatGPT!

💬 Claude Desktop

  1. Open Settings → Connectors
  2. Add a new connection
  3. Enter the Guru MCP URL
  4. Approve OAuth access
  5. Use Guru knowledge seamlessly in your Claude conversations

🧩 Cursor IDE

  1. In Settings → MCP Connections, click “Add”
  2. Enter Guru MCP URL
  3. Choose OAuth or API Token
  4. You can now query Guru knowledge from your code editor — perfect for engineering teams

⚙️ 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