Skip to main content
Knowledge & MemoryPython

entanglr/zettelkasten-mcp

A Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, and search atomic notes through Claude and other MCP-compatible clients.

knowledge-memorylocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/entanglr/zettelkasten-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "zettelkasten-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "entanglr/zettelkasten-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Knowledge & Memory
Language
Python
Author
entanglr