zettelkasten-mcp
The Zettelkasten MCP Server is a Model Context Protocol server that facilitates the creation and management of interconnected atomic notes using the Zettelkasten methodology. It offers features like note linking, searching, and tagging, and integrates with AI clients for enhanced knowledge management. The server uses Markdown files and an SQLite database for storage and indexing.
zk_create_note
Create a new pen
zk_get_note
Or title search pen
zk_update_note
Update existing pens
zk_delete_note
Delete the pen
zk_create_link
Create internote links
zk_remove_link
Delete internote links
zk_search_notes
Search pens by content, tags or links
zk_get_linked_notes
Find pens that link to specific notes
zk_get_all_tags
List all the tags in the system
zk_find_similar_notes
Find a pen that is similar to a given note
zk_find_central_notes
Find the most connected pen
zk_find_orphaned_notes
Find a connectionless pen
zk_list_notes_by_date
List pens by creation/update date
zk_rebuild_index
File reconstruction database search