Skip to content

dead drop content for Zed

io.github.holmesclaw-hash/dead-drop-content

Publish-ready articles on demand. Send a topic, get back SEO-optimized content with images.

client:Zed transport:stdio runtime:npm

Install dead drop content 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": {
    "dead-drop-content": {
      "command": "npx",
      "args": [
        "-y",
        "dead-drop-mcp"
      ],
      "env": {
        "OLLAMA_URL": "<OLLAMA_URL>",
        "UNSPLASH_ACCESS_KEY": "<UNSPLASH_ACCESS_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

dead drop content in other clients