We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Liam-Deacon/zettelkasten-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•361 B
"""
Zettelkasten MCP - A Zettelkasten knowledge management system as an MCP server.
This package implements a Model Context Protocol (MCP) server for managing a Zettelkasten,
a note-taking and knowledge management method that uses atomic notes linked together
to form a network of knowledge.
This version uses synchronous operations.
"""
__version__ = "1.2.1"