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
{
"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