Private team marketplace for the CipherHealth trial. Five plugins — Salesforce, ZoomInfo, Seismic, Google Marketplace, and Looker — each with its own MCP server and setup skill.
Repo: github.com/SolarCS/cursor-plugins
| Plugin | MCP server | Auth |
|---|---|---|
| CipherHealth Salesforce | platform/sobject-reads (read-only CRM) |
OAuth on connect (Consumer Key bundled) |
| CipherHealth ZoomInfo | mcp.zoominfo.com via mcp-remote |
OAuth on connect (requires Node.js) |
| CipherHealth Seismic | mcp.seismic.com/.../cipherhealth.com |
Seismic MCP app Client ID + OAuth |
| CipherHealth Google Marketplace | cipher-mcp-365212235619.us-central1.run.app/mcp |
OAuth on connect |
| CipherHealth Looker | insightsqaload.cipherhealth.dev/mcp (HTTP) |
OAuth on connect |
Salesforce has the Consumer Key bundled. Seismic requires env vars from a Seismic App Registry MCP app. ZoomInfo requires Node.js for the OAuth bridge. Google uses the CipherHealth marketplace proxy — connect via OAuth in Cursor.
- Push to
SolarCS/cursor-plugins. - Cursor Dashboard → Settings → Plugins → Team Marketplaces
- Import from Repo (or Refresh if already imported) →
https://github.com/SolarCS/cursor-plugins - Grant the Cursor GitHub App read access to this repo.
- Cursor reads
.cursor-plugin/marketplace.jsonand discovers all five plugins. - Set Marketplace Access to All Members.
- Mark each plugin Required (or Optional per role) → Save.
After this restructure, re-import or refresh the marketplace so the old CipherHealth Integrations bundle is replaced by the three individual plugins.
See TEAM-TROUBLESHOOTING.md if plugins work for admins but not teammates.
- Plugins auto-install (if Required).
- Settings → Tools & MCP → Connect for Salesforce, zoominfo, Seismic, google, and looker-qaload.
- Test in chat.
| Plugin | Skills |
|---|---|
| Salesforce | salesforce-setup, salesforce-queries |
| ZoomInfo | zoominfo-setup |
| Seismic | seismic-setup |
| Google Marketplace | google-marketplace-setup |
| Looker | looker-setup |
.cursor-plugin/
marketplace.json
plugins/
salesforce/
.cursor-plugin/plugin.json
mcp.json
skills/
zoominfo/
.cursor-plugin/plugin.json
mcp.json
skills/
seismic/
.cursor-plugin/plugin.json
mcp.json
skills/
google/
.cursor-plugin/plugin.json
mcp.json
skills/
looker/
.cursor-plugin/plugin.json
mcp.json
skills/
- Bump
versionin each plugin's.cursor-plugin/plugin.jsonwhen changing that plugin'smcp.jsonor skills. - Bump
metadata.versionin.cursor-plugin/marketplace.jsonwhen changing marketplace-level config. - Enable Auto Refresh on the team marketplace for pushes to
main.
Internal use only — CipherHealth / SolarCS.