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
- Go to Settings → Beta → Connectors
- Click Add Connection
- Paste: https://mcp.api.getguru.com
- Authenticate via OAuth
- Start asking Guru questions directly in ChatGPT!
💬 Claude Desktop
- Open Settings → Connectors
- Add a new connection
- Enter the Guru MCP URL
- Approve OAuth access
- Use Guru knowledge seamlessly in your Claude conversations
🧩 Cursor IDE
- In Settings → MCP Connections, click “Add”
- Enter Guru MCP URL
- Choose OAuth or API Token
- 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
Updated 3 days ago