Inkwell vs MCP Memory — MCP Server Comparison | AllMCPs
Side-by-Side Model Context Protocol Comparison
Inkwell vs MCP Memory
In-depth architectural comparison of the Inkwell and MCP Memory MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
Inkwell
Knowledge & Memory · Local stdio
Quality: 47/100 (Fair) | Auth: No auth required
MCP Memory
Knowledge & Memory · Local stdio
Quality: 56/100 (Good) | Auth: No auth required
Verdict Summary: Choose Inkwell if you need specialized Knowledge & Memory tools running via a local process. Choose MCP Memory if your workspace requires Knowledge & Memory integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
I
Choose Inkwell when:
You need dedicated capabilities in the Knowledge & Memory domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: No auth required (Free / Open Source).
Persistent memory for AI agents: Markdown entries, hybrid search, typed graph links
Smart memory with exponential decay. Memories strengthen on access and fade when unused — solving the Karpathy problem of unbounded context growth. 7 tools, SQLite-based, zero dependencies.
Create or update an entry (upsert with duplicate detection, or version it via `supersede`). `entry_type` is required, and `part_of` (hub UUIDs) is required/optional/rejected per type per the schema's `membership` rule. Returns `size`, non-blocking atomicity `warnings` (Markdown headers, >3 paragrap…
recall
Read an entry with its graph relations (outgoing + backlinks). Returns `size` and `last_modified`. High-degree types (hubs) return `in_digest` — back-links grouped by linking type, plus members grouped by `part_of` — instead of an arbitrarily truncated list.
Inkwell is categorized under Knowledge & Memory and uses a local stdio subprocess. In contrast, MCP Memory belongs to Knowledge & Memory using local stdio subprocess. Select Inkwell when you need capabilities focused on knowledge & memory and MCP Memory when you require tools for knowledge & memory.
Delete an entry (file and index). Warns when other entries still link to it.
rebuild
Rebuild search index from Markdown files; also runs `doctor
doctor
Check every entry against `schema.json`: dangling/superseded `kb://` targets, undeclared types, missing required frontmatter and template body fields, supernodes, tag/type collisions
MCP Memory Tools (4)
remember
Store a memory. Auto-categorizes from content. Auto-deduplicates via bigram similarity. Supersedes conflicting preferences.
recall
Retrieve memories ranked by relevance. Auto-reinforces top match. Auto-prunes dead memories.
forget
Delete a memory by ID or fuzzy content match.
inspect
Debug view: all memories with decay status, relevance scores, category breakdown, health.