Connects Cursor to Pincushion's visual feedback system, where stakeholders drop annotation pins directly on live web pages via Chrome extension. Exposes eight MCP tools including get_actionable_pins, search_annotations, claim_pin, and fix_and_resolve. Ships with four slash commands that let you view all open pins, filter by mentions, resolve issues, and generate priority summaries. Useful when you're working with non-technical stakeholders who review staging or production sites and need a tighter loop than screenshots in Slack. The plugin handles MCP setup automatically, or you can configure it manually with npx and your project directory.
View, claim, and resolve stakeholder feedback pins directly in Cursor.
This plugin installs the Pincushion MCP server and adds four slash commands to your agent session — no config files, no manual setup.
Pincushion lets stakeholders drop visual feedback pins on any web page via a Chrome extension. Developers (and their AI agents) read those pins via MCP and implement the fixes.
This plugin connects Cursor to your Pincushion project.
| Command | What it does |
|---|---|
/pins | Show all open feedback pins, grouped by page |
/my-pins | Show pins where you've been @mentioned |
/resolve | Claim and resolve a pin (pass an ID, or pick from a list) |
/feedback-summary | Project-wide overview with priority order |
Once installed, your agent has access to:
get_actionable_pins — fetch open pins with status/mention filtersget_feedback_summary — project-wide counts and stale pin reportsearch_annotations — search by keyword, URL, or authorget_component_feedback — feedback for a specific CSS selectorclaim_pin — mark a pin as in-progressadd_agent_reply — post a reply to a pin's threadresolve_annotation — mark a pin resolved with a notefix_and_resolve — apply a code fix and resolve in one stepnpx)If you prefer to configure without the plugin, add this to ~/.cursor/mcp.json:
{
"mcpServers": {
"pincushion": {
"command": "npx",
"args": ["pincushion-mcp", "--project-dir", "."]
}
}
}
Or use the one-click deeplink:
cursor://anysphere.cursor-mcp/install?name=pincushion&command=npx&args=pincushion-mcp%20--project-dir%20.
MIT
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent