Let your coding agent manage real todos, events, and check-in habits in Kenotex on your Mac.
claude mcp add kenotex-mcp -- npx -y kenotex-mcp
claude_desktop_config.json
{
"mcpServers": {
"kenotex-mcp": {
"command": "npx",
"args": [
"-y",
"kenotex-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"kenotex-mcp": {
"command": "npx",
"args": [
"-y",
"kenotex-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"kenotex-mcp": {
"command": "npx",
"args": [
"-y",
"kenotex-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"kenotex-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"kenotex-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"kenotex-mcp": {
"command": "npx",
"args": [
"-y",
"kenotex-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/com.kenxcomp--kenotex-mcp/reviews or the review_server meta-tool.
POST /mcp