cocktail-mixology-master

Zettelkasten knowledge management MCP server for Claude Desktop with knowledge graphs, imoort/export tools, and Claude Skills integration"

Installation
CLI
npx skills add https://github.com/sandraschi/advanced-memory-mcp --skill cocktail-mixology-master

Installieren Sie diesen Skill über die CLI und beginnen Sie mit der Verwendung des SKILL.md-Workflows in Ihrem Arbeitsbereich.

Zuletzt aktualisiert am 5/6/2026

FastMCP Version Ruff Linted with Biome Built with Just

Advanced Memory Hub

Advanced Memory (Memops)

Docs: compliance
Package: v1.8.1
License: MIT

  • Why — Give an MCP-capable assistant a durable place for notes, research, and retrieval: search and RAG over your content instead of losing context every session.
  • What — A FastMCP 3.2 GA server (Python 3.12+) exposing 79 tools across 12 Managed Namespaces (audio, inbox, skills, zettel, nav, notes, search, knowledge, project, system, mcp, typora) covering web/GitHub/arXiv research, document ingestion, vector search (LanceDB), exports (HTML, PDF, Pandoc), skills workflows, and hooks into common note stacks (Obsidian, Joplin, Notion-oriented flows).
  • HowConnect the MCP server from your client (installation, then usage). Optionally run the webapp for a browser UI on top of the same backend.

Documentation


Author: Sandra Schipal · Vienna, Austria

🛡️ Industrial Quality Stack

This project adheres to SOTA 14.1 industrial standards for high-fidelity agentic orchestration:

  • Python (Core): Ruff for linting and formatting. Zero-tolerance for print statements in core handlers (T201).
  • Webapp (UI): Biome for sub-millisecond linting. Strict noConsoleLog enforcement.
  • Protocol Compliance: Hardened stdout/stderr isolation to ensure crash-resistant JSON-RPC communication.
  • Automation: Justfile recipes for all fleet operations (just lint, just fix, just dev).
  • Security: Automated audits via bandit and safety.