Skip to content
Zed

Content for Zed

io.github.latentnoise/content

Turn URLs, files and text into media, transcripts, summaries, translations and PDF.

client:Zed transport:stdio runtime:pypi

Install 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": {
    "content": {
      "command": "uvx",
      "args": [
        "content-mcp"
      ],
      "env": {
        "CONTENT_API_URL": "<CONTENT_API_URL>",
        "CONTENT_MCP_DOWNLOAD_DIR": "<CONTENT_MCP_DOWNLOAD_DIR>"
      }
    }
  }
}

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

Content in other clients