designpin mcp server for Zed
io.github.opjhabuilds/designpin-mcp-server
Push HTML prototypes to DesignPin for team review and pull reviewer feedback into your AI.
client:Zed
transport:stdio
runtime:npm
Install designpin mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"designpin-mcp-server": {
"command": "npx",
"args": [
"-y",
"@designpin/mcp-server"
],
"env": {
"DESIGNPIN_API_KEY": "<DESIGNPIN_API_KEY>",
"DESIGNPIN_PROJECT_ID": "<DESIGNPIN_PROJECT_ID>",
"DESIGNPIN_BASE_URL": "<DESIGNPIN_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs