Skip to content
Zed

vikunjamcp for Zed

io.github.idjohnson/vikunjamcp

An MCP server that provides access to Vikunja, a self-hosted task management solution.

client:Zed transport:stdio runtime:oci

Install vikunjamcp 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": {
    "vikunjamcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/idjohnson/vikunjamcp:0.26"
      ],
      "env": {
        "VIKUNJA_URL": "<VIKUNJA_URL>",
        "VIKUNJA_USERNAME": "<VIKUNJA_USERNAME>",
        "VIKUNJA_PASSWORD": "<VIKUNJA_PASSWORD>"
      }
    }
  }
}

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

vikunjamcp in other clients