Skip to content
Zed

Pincushion for Zed

io.github.jcooley8/pincushion

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

client:Zed transport:stdio runtime:npm

Install Pincushion in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Pincushion in other clients