home / mcp / zettel memory mcp server
Exposes local-first Markdown memory vaults as an MCP server for AI agents to access and organize notes.
Configuration
View docs{
"mcpServers": {
"inchan-zettel-memory": {
"command": "node",
"args": [
"packages/mcp-server/dist/cli.js",
"--vault",
"/tmp/test-vault",
"--index",
"/tmp/test-index.db"
]
}
}
}Create a new Markdown note with Front Matter. Returns the note UID, file path, and metadata.
Read a note by its unique ID with options to include metadata and backlinks analysis.
List notes with filtering, sorting, and pagination across PARA categories and tags.
Full-text search powered by SQLite FTS5 with ranking and snippet generation.
Update an existing note's title, content, metadata, or links with partial updates and automatic timestamping.
Delete a note permanently with explicit confirmation and safety checks.
Get statistics about your vault, including counts by category and tag usage.
Find all notes that link to a specific note.
Retrieve performance metrics for the MCP server.
Identify notes without incoming or outgoing links.
Find notes that haven’t been updated recently.
Assess overall health of your note organization and suggest improvements.
Batch-archive old or unused notes.
AI-powered link suggestions based on content similarity.