Stakeholders pin feedback on your live app; your AI coding agent reads it via MCP and fixes it
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-jcooley8-pincushion": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Stakeholders pin feedback on your live app; your AI coding agent reads it via MCP and fixes it
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Pi Coding Agent extension (CLI-first) — routes bash/read/grep/find/ls through lean-ctx CLI for strong token savings. Optional MCP bridge can register advanced tools.
Apify MCP Server
97% token reduction for AI coding sessions — zero deps, 21 languages, MCP server
MCP proxy that compresses prose fields (tool descriptions, etc.) using caveman rules. Same accuracy, fewer context tokens.
MCP Security Weekly
Get CVE alerts and security updates for io.github.jcooley8/pincushion and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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