Skip to content
Zed

Juscribe for Zed

io.github.juscribe/juscribe

Read and work your Juscribe board: tickets, subtasks, blockers, projects and iterations.

client:Zed transport:stdio runtime:npm

Install Juscribe 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": {
    "juscribe": {
      "command": "npx",
      "args": [
        "-y",
        "@juscribe/mcp"
      ],
      "env": {
        "JUSCRIBE_API_TOKEN": "<JUSCRIBE_API_TOKEN>",
        "JUSCRIBE_BASE_URL": "<JUSCRIBE_BASE_URL>"
      }
    }
  }
}

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

Juscribe in other clients