Files
cursor__plugins/third_party/circleback
roshansada 08631ab2ef Shorten plugin descriptions
Replace "Connect to [tool]" openers, em-dash asides, and MCP server
boilerplate with brief verb-first copy in plugin and marketplace
manifests. Resync the README table that mirrors them, adding rows that
had drifted out (teaching, ralph-loop, playwright, github, zoom, clay).
Also refresh the stale read-only X marketplace copy and clean em-dashes
from the Salesforce server URL help text.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-17 18:34:06 -07:00
..
2026-08-08 12:37:42 -07:00
2026-08-08 12:37:42 -07:00

Circleback

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

Search meetings, transcripts, action items, calendar events, and emails, and look up people and companies in the signed-in Circleback account.

Install

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

Or run /add-plugin circleback in chat.

MCP

{
  "mcpServers": {
    "circleback": {
      "type": "http",
      "url": "https://circleback.ai/api/mcp"
    }
  }
}

Auth is OAuth 2.0 against Circleback with Dynamic Client Registration (DCR) and PKCE. Cursor registers itself and prompts for Circleback sign-in when the plugin connects — there is no API key or client ID to configure.

Notes

  • Tool calls run as the Circleback user who authorizes the connection and cannot exceed that user's permissions.
  • Agents can search meetings and transcripts, pull notes and action items, search calendar and email, and look up people or companies tied to your Circleback history.

Docs

Logo is Circleback's official apple-touch icon from https://circleback.ai/apple-touch-icon.png.

License

MIT