Official Cursor plugin for Collabute. It packages the remote Collabute MCP server and the collabute-mcp skill so Cursor can use meetings, memory, Linear, Slack, and Vercel context from your workspace.
Built from the Cursor plugin template.
| Plugin | Contents |
|---|---|
plugins/collabute |
MCP (https://api.collabute.ai/api/mcp) + collabute-mcp skill |
Auth is OAuth. The plugin does not ship API keys or PATs. Installing the plugin from Cursor is free. Using MCP requires a Collabute account.
Marketplace users can review Collabute’s terms and privacy policy here:
- Terms of Service
- Privacy Policy
- EULA
- DPA and sub-processors: legal@collabute.com
- Plugin-specific data disclosures: LEGAL.md
- Security reporting: SECURITY.md
node scripts/validate-template.mjs
node scripts/check-mcp.mjs
mkdir -p ~/.cursor/plugins/local
ln -sf "$(pwd)/plugins/collabute" ~/.cursor/plugins/local/collabuteReload the Cursor window, then complete OAuth when the collabute MCP server first needs it.
node scripts/validate-template.mjs
node scripts/check-mcp.mjsvalidate-template.mjschecks marketplace/plugin manifests and skill frontmatter.check-mcp.mjschecks production MCP OAuth discovery and that unauthenticated calls return401.
This repository is the public source for the Collabute Cursor plugin.
- Push to
collabute/cursor-plugin. - Submit the repo at cursor.com/marketplace/publish.
The plugin source in this repository is MIT. Use of Collabute MCP and Customer Data is governed by the Terms of Service and Privacy Policy.