Skip to content
Zed

edition api for Zed

io.github.hiroshic9-png/edition-api

Japan business regulations, compliance, travel, protocols, memory — 10 knowledge domains, 23 tools.

client:Zed transport:stdio runtime:npm

Install edition api 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": {
    "edition-api": {
      "command": "npx",
      "args": [
        "-y",
        "edition-mcp-server"
      ],
      "env": {
        "EDITION_API_URL": "<EDITION_API_URL>",
        "EDITION_API_KEY": "<EDITION_API_KEY>"
      }
    }
  }
}

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

edition api in other clients