Selfhosted notes app. Single golang binary, notes stored as markdown within SQLite, full-text search, very low resource usage
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"zen": {
"command": "npx",
"args": [
"-y",
"sheshbabu/zen"
]
}
}
}
Run in terminal:
claude mcp add zen npx -y sheshbabu/zen
Add to .cursor/mcp.json:
{
"mcpServers": {
"zen": {
"command": "npx",
"args": [
"-y",
"sheshbabu/zen"
]
}
}
}