mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
08631ab2ef
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>
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
- Open Cursor Settings → Plugins.
- Search for Circleback.
- 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
- Circleback MCP: https://support.circleback.ai/en/articles/13249081-circleback-mcp
- Server URL: https://circleback.ai/api/mcp
Logo is Circleback's official apple-touch icon from https://circleback.ai/apple-touch-icon.png.
License
MIT