SavePinner Pinterest URL Tools for Zed
io.github.jiankn/savepinner
Parse, validate, classify, and normalize Pinterest URLs locally without network requests.
client:Zed
transport:stdio
runtime:npm
Install SavePinner Pinterest URL Tools in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"savepinner": {
"command": "npx",
"args": [
"-y",
"savepinner-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs