Pincushion for Cursor
io.github.jcooley8/pincushion
Stakeholders pin feedback on your live app; your AI agent reads the pins via MCP and fixes them.
client:Cursor
transport:stdio
runtime:npm
Install Pincushion in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pincushion": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pincushion-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs