Connections for Developers
This doc shows you how to connect different development tools to Guru's MCP Server.
🧩 Cursor IDE
- In Settings → Cursor Settings → Tools & MCP, click “New MCP Server”
- 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"
}
}
}
- Under Installed MCP Servers, click "Connect" next to the Guru MCP you just installed
- 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
Updated about 20 hours ago