Files
Cursor Agent 5991cfbf51 Add Guru third-party MCP plugin
Guru ships an official remote MCP server over Streamable HTTP with per-user OAuth, so the plugin is a URL-only mcp.json with no variables block.

Co-authored-by: Roshan Sadanani <roshansada@users.noreply.github.com>
2026-08-25 06:29:52 +00:00
..
2026-08-25 06:29:52 +00:00
2026-08-25 06:29:52 +00:00
2026-08-25 06:29:52 +00:00
2026-08-25 06:29:52 +00:00
2026-08-25 06:29:52 +00:00

Guru

Cursor plugin that connects agents to Guru through Guru's official remote Model Context Protocol server.

Ask questions against a company's Guru knowledge base and connected sources, get permission-aware answers with citations, and draft or update Guru Cards.

Install

  1. Open Cursor Settings → Plugins.
  2. Search for Guru.
  3. Click Install, then complete the Guru sign-in prompt.

Or run /add-plugin guru in chat.

MCP

{
  "mcpServers": {
    "guru": {
      "type": "http",
      "url": "https://mcp.api.getguru.com/mcp"
    }
  }
}

Auth is OAuth 2.0. Cursor prompts for Guru sign-in when the plugin connects.

What agents can do

Category Capabilities
Search Search Guru Cards and connected Sources such as Salesforce, Slack, Google Drive, Confluence, and SharePoint
Verified answers Generate answers through Knowledge Agents, with citations back to the source
Cards Create and update Guru Cards

The hosted runtime is the source of truth for tool names and schemas.

Notes

  • Tool calls run as the Guru user who authorizes the connection and respect that user's content permissions.
  • Guru also accepts an API token, but in an unusual composite form: Authorization: Bearer [EMAIL]:[TOKEN], where the email is the Guru account email and the token comes from Admin → API Tokens.
  • Guru only supports HTTP streaming, not server-sent events.
  • All queries are logged in Guru's AI Agent Center.

Docs

Logo is Guru's official mark, from the guruhq GitHub organization.

License

MIT