Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Syncpen in other clients