Skip to content
Zed

outline for Zed

com.mcparmory/outline

Create, manage, and organize team documents, collections, and share permissions

client:Zed transport:stdio runtime:pypi

Install outline in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "outline": {
      "command": "uvx",
      "args": [
        "mcparmory-outline"
      ]
    }
  }
}

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

outline in other clients