ποΈ Notes: Standalone CLI and MCP server for repo-scoped Markdown notes.
Quick Install
Copy the config for your editor. Some servers may need additional setup β check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"notes": {
"command": "npx",
"args": [
"-y",
"timmo001/notes"
]
}
}
}
Run in terminal:
claude mcp add notes npx -y timmo001/notes
Add to .cursor/mcp.json:
{
"mcpServers": {
"notes": {
"command": "npx",
"args": [
"-y",
"timmo001/notes"
]
}
}
}