knowledge & memory

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.

python
local
knowledge & memory
0
View on GitHub

Installation

npx -y entanglr/zettelkasten-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

GitHub: https://github.com/entanglr/zettelkasten-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub