Skip to content
Zed

laver mcp for Zed

io.github.developyn/laver-mcp

Kanban boards, sprints, tickets and a team wiki, with versioned writes for concurrent agents.

client:Zed transport:stdio runtime:npm

Install laver mcp 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": {
    "laver-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@laver/mcp"
      ],
      "env": {
        "LAVER_API_KEY": "<LAVER_API_KEY>",
        "LAVER_API_KEY_FILE": "<LAVER_API_KEY_FILE>",
        "LAVER_API_URL": "<LAVER_API_URL>"
      }
    }
  }
}

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

laver mcp in other clients