Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vibe Prospecting

Cursor Marketplace plugin for Vibe Prospecting. Connects Cursor to the remote MCP at https://vibeprospecting.explorium.ai/mcp and ships a prospecting skill.

This is the Cursor/remote-MCP counterpart of explorium-ai/vibeprospecting-plugin (Claude / OpenAI / CLI).

Layout (single plugin)

.
├── .cursor-plugin/
│   ├── marketplace.json     # required for Cursor "Add → From Local Repo"
│   └── plugin.json          # plugin manifest (name: vibe-prospecting)
├── mcp.json                 # remote MCP → https://vibeprospecting.explorium.ai/mcp
├── skills/
│   └── vibe-prospecting/
│       └── SKILL.md
├── assets/
│   └── logo.png
├── LICENSE
└── README.md

marketplace.json points at "source": "./" so the repo root is the plugin.

Install locally (UI)

  1. Open Cursor Settings → Plugins.
  2. Click + AddFrom Local Repo.
  3. Select this repository root (vibeprospecting-connector-plugin).
  4. Cursor registers a local marketplace (does not always put the plugin under Installed by itself).
  5. In Plugins, find Vibe Prospecting and enable / install it (search Installed + marketplace panels).
  6. Authorize the vibeprospecting MCP server when prompted.
  7. Reload the window if it still does not appear.

Validate

node scripts/validate-template.mjs

Links

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages

Generated from cursor/plugin-template