Skip to content
Zed

Ownly for Zed

io.github.liuh886/ownly

Local-first Ownly evidence and repeatable Planner visits with preview-before-commit writes.

client:Zed transport:stdio runtime:npm

Install Ownly 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": {
    "ownly": {
      "command": "npx",
      "args": [
        "-y",
        "@ownly-app/mcp"
      ],
      "env": {
        "OWNLY_DATA_DIR": "<OWNLY_DATA_DIR>",
        "OWNLY_MCP_ALLOW_WRITE": "<OWNLY_MCP_ALLOW_WRITE>",
        "OPENROUTESERVICE_API_KEY": "<OPENROUTESERVICE_API_KEY>"
      }
    }
  }
}

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

Ownly in other clients