Skip to content
Zed

kenotex mcp for Zed

com.kenxcomp/kenotex-mcp

Let your coding agent manage real todos, events, and check-in habits in Kenotex on your Mac.

client:Zed transport:stdio runtime:npm

Install kenotex 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": {
    "kenotex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kenotex-mcp"
      ],
      "env": {
        "KENOTEX_TOKEN": "<KENOTEX_TOKEN>",
        "KENOTEX_HOST": "<KENOTEX_HOST>"
      }
    }
  }
}

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

kenotex mcp in other clients