Skip to content
VS Code

Pincushion for VS Code

io.github.jcooley8/pincushion

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

client:VS Code transport:stdio runtime:npm

Install Pincushion in VS Code

.vscode/mcp.json

{
  "servers": {
    "pincushion": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pincushion-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Pincushion in other clients