Skip to content
Zed

kaneo for Zed

io.github.usekaneo/kaneo

Official MCP server for Kaneo: manage tasks, projects, and labels from Claude and other MCP clients

client:Zed transport:stdio runtime:npm

Install kaneo 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": {
    "kaneo": {
      "command": "npx",
      "args": [
        "-y",
        "@kaneo/mcp"
      ],
      "env": {
        "KANEO_API_URL": "<KANEO_API_URL>",
        "KANEO_API_KEY": "<KANEO_API_KEY>"
      }
    }
  }
}

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

kaneo in other clients