paste for Gemini CLI
io.pasteapp/paste
Give AI tools access to your Mac clipboard history and pinboards from Paste. Runs locally.
client:Gemini CLI
transport:stdio
runtime:npm
Install paste in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"paste": {
"command": "npx",
"args": [
"-y",
"@pasteapp/mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs