Skip to content
Cursor

dead drop content for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install dead drop content in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "dead-drop-content": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "dead-drop-mcp"
      ],
      "env": {
        "OLLAMA_URL": "<OLLAMA_URL>",
        "UNSPLASH_ACCESS_KEY": "<UNSPLASH_ACCESS_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

dead drop content in other clients