paste for Zed
io.pasteapp/paste
Give AI tools access to your Mac clipboard history and pinboards from Paste. Runs locally.
client:Zed
transport:stdio
runtime:npm
Install paste in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"paste": {
"command": "npx",
"args": [
"-y",
"@pasteapp/mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs