Syncpen for Zed
io.github.airbuzz/syncpen-mcp
The markdown workspace your AI can read, search, and suggest edits in — every change signed.
client:Zed
transport:stdio
runtime:npm
Install Syncpen in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"syncpen-mcp": {
"command": "npx",
"args": [
"-y",
"syncpen-mcp"
],
"env": {
"SYNCPEN_API_KEY": "<SYNCPEN_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs