Skip to content
Zed

markitai for Zed

io.github.ynewtime/markitai

Convert documents, images and web pages to clean Markdown, for agents: single, URL and batch tools.

client:Zed transport:stdio runtime:pypi

Install markitai 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": {
    "markitai": {
      "command": "uvx",
      "args": [
        "markitai"
      ],
      "env": {
        "MODEL": "<MODEL>"
      }
    }
  }
}

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

markitai in other clients