Skip to content
Cline

Pincushion for Cline

io.github.jcooley8/pincushion

Stakeholders pin feedback on your live app; your AI agent reads the pins via MCP and fixes them.

client:Cline transport:stdio runtime:npm

Install Pincushion in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "pincushion": {
      "command": "npx",
      "args": [
        "-y",
        "pincushion-mcp"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Pincushion in other clients