AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Advanced Memory Mcp

mcp-sandraschi-advanced-memory-mcp · by sandraschi

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

No reviews yet
0 installs
5 views
0.0% view→install

Install

$ agentstack add mcp-sandraschi-advanced-memory-mcp

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-sandraschi-advanced-memory-mcp)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
17d ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Advanced Memory Mcp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

-blue?style=flat-square&logo=python&logoColor=white) [](https://github.com/astral-sh/ruff) [](https://biomejs.dev/) [](https://github.com/casey/just)

Advanced Memory (Memops)

> 📖 [Installation Guide](INSTALL.md) — quick start, manual setup, and troubleshooting

  • 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 Industrial Portmanteaus (audio, inbox, skills, zettel, nav, notes, search, knowledge, project, system, mcp, typora). Optimized with 2026 Industrial Docstrings (Rationale-First) and Discriminated Unions for high-fidelity tool selection in Antigravity/Cursor.
  • HowConnect the MCP server from your client ([installation](docs/INSTALLATION.md), then [usage](docs/USAGE.md)). Optionally run the [webapp](webapp/README.md) for a browser UI on top of the same backend.

Quick Start

git clone https://github.com/sandraschi/advanced-memory-mcp
cd advanced-memory-mcp
just

This opens an interactive dashboard showing all available commands. Run just bootstrap to install dependencies, then just serve or just dev to start.

Manual Setup

If you don't have just installed:

Documentation

  • [Installation](docs/INSTALLATION.md) — Python uv, optional OCR/Pandoc
  • [Usage](docs/USAGE.md) — MCP clients, webapp, advanced topics
  • [AI features](docs/AI-FEATURES.md) — RAG, agentic mode, sampling
  • [FastMCP 3.2](docs/FASTMCP.md) — Managed Namespaces, prefabs, CodeMode, transports
  • [Product requirements (PRD)](docs/PRD.md) — current mission, scope, KPIs (1.8.x)
  • [Architecture](docs/ARCHITECTURE.md)
  • [Fleet / multi-node](docs/FLEET.md)
  • [Compliance & standards](docs/COMPLIANCEANDSTANDARDS.md)
  • [Development](docs/DEVELOPMENT.md) — just recipes (lint, test, pack)
  • [Changelog](CHANGELOG.md)
  • [Release checklist (MCPB + Git tag)](docs/operations/RELEASE_CHECKLIST.md)

日本語 (Japanese)

Advanced Memory (Memops) は、AIコーディングエージェントのための永続的な知識グラフ&Zettelkastenメモリシステムです。セッションをまたいで知識を保持し、検索・RAG・ノート・スキル管理・音声操作などを提供します。

  • 12のポートマントーツール、79の操作adn_search(全文検索+RAG)、adn_notes(ノートCRUD)、adn_zettel(Zettelkasten生成・分析)、adn_skills(スキル管理)、adn_audio(音声認識・合成)など
  • デュアルトランスポート — stdio(Claude Desktop / Cursor)+ HTTP/SSE(Webダッシュボード)
  • ローカルファースト — SQLite + LanceDBベクトル検索、外部API不要
  • Claude Codeフック対応 — セッション開始時に自動リコール(.claude-plugin/

📖 クイックスタート: git clonejust bootstrapjust serve

日本語での詳細ドキュメントは [docs/ja/](docs/ja/) をご覧ください。


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](./justfile) recipes for all fleet operations (just lint, just fix, just dev).
  • Security: Automated audits via bandit and safety.

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.