Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Memorykit
M
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Memorykit

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Cognitive memory for AI coding assistants β€” persistent memory across sessions

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "memorykit": {
      "command": "npx",
      "args": [
        "-y",
        "memorykit"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Documentation Overview

🧠 MemoryKit

CI/CD Pipeline License: MIT .NET PRs Welcome

Enterprise-grade, neuroscience-inspired memory infrastructure for LLM applications

Because your AI shouldn't have the memory of a goldfish 🐠

Quick Start Β· Documentation Β· Architecture Β· API Docs


🐠 The Goldfish Problem

Modern LLMs like GPT-4 and Claude have a critical flaw: they're stateless. Every conversation requires reloading the entire context, leading to:

Code
User (Turn 1):   "My name is John, I prefer Python"
AI:              "Nice to meet you, John!"

[New session - memory wiped 🧹]

User (Turn 50):  "What's my favorite language?"
AI:              "I don't have that information" ❌

The Cost Problem:

For a typical enterprise chatbot with 100-turn conversations:

ApproachTokens/QueryCost/QueryMonthly (10K users)
Naive (full context)50,000$1.50$750,000 πŸ’Έ
MemoryKit800$0.024$12,000 ✨
You Save98.4%98.4%$738,000/month 🎯

MemoryKit solves this. Inspired by how the human brain actually works.


🧠 The Neuroscience Solution

Humans don't recall every conversation verbatim. Instead, we use a hierarchical memory system:

The Human Brain Architecture

Brain RegionFunctionDurationWhat It Stores
Prefrontal CortexWorking MemorySeconds-MinutesActive conversation (7Β±2 items)
HippocampusEncoding & IndexingHours-DaysRecent experiences, decides what to keep
NeocortexSemantic MemoryMonths-YearsFacts, concepts, knowledge
AmygdalaEmotional Tagging-Importance scoring ("remember THIS!")
Basal GangliaProcedural MemoryYearsSkills, habits, routines

MemoryKit's Brain-Inspired Architecture

Code
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚                   PREFRONTAL CONTROLLER                      β”‚
β”‚              (Executive Function & Planning)                 β”‚
β”‚   "Which memory layers do I need for this query?"           β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                     β”‚
        β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
        β”‚                         β”‚
   β”Œβ”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”            β”Œβ”€β”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β”
   β”‚ AMYGDALA β”‚            β”‚ HIPPOCAMPUSβ”‚
   β”‚ Emotion  β”‚            β”‚  Indexing  β”‚
   β”‚ Tagging  β”‚            β”‚            β”‚
   β””β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”˜            β””β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”˜
        β”‚                         β”‚
        β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                     β”‚
     β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
     β”‚                                             β”‚
β”Œβ”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ Layer 3 (L3) β”‚  β”‚ Layer 2 (L2) β”‚  β”‚ Layer 1 (L1)  β”‚  β”‚ Layer P (LP)   β”‚
│──────────────│  │──────────────│  │───────────────│  │────────────────│
β”‚ WORKING      β”‚  β”‚ SEMANTIC     β”‚  β”‚ EPISODIC      β”‚  β”‚ PROCEDURAL     β”‚
β”‚ MEMORY       β”‚  β”‚ MEMORY       β”‚  β”‚ MEMORY        β”‚  β”‚ MEMORY         β”‚
β”‚              β”‚  β”‚              β”‚  β”‚               β”‚  β”‚                β”‚
β”‚ Redis Cache  β”‚  β”‚ Table        β”‚  β”‚ Blob +        β”‚  β”‚ Pattern        β”‚
β”‚ 10 recent    β”‚  β”‚ Storage      β”‚  β”‚ AI Search     β”‚  β”‚ Matching       β”‚
β”‚ messages     β”‚  β”‚ Facts &      β”‚  β”‚ Full convo    β”‚  β”‚ Learned        β”‚
β”‚              β”‚  β”‚ Entities     β”‚  β”‚ history       β”‚  β”‚ routines       β”‚
β”‚              β”‚  β”‚              β”‚  β”‚               β”‚  β”‚                β”‚
β”‚ < 5ms        β”‚  β”‚ ~30ms        β”‚  β”‚ ~120ms        β”‚  β”‚ ~50ms          β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Intelligent Query Planning

The Prefrontal Controller decides which layers to query based on intent:

csharp
"Continue..."                β†’ L3 only        (500 tokens,  <5ms)
"What's my name?"            β†’ L2 + L3        (800 tokens,  ~30ms)
"Quote me from last week"    β†’ L1 + L2 + L3   (2000 tokens, ~150ms)
"Write code as I prefer"     β†’ LP + L3        (600 tokens,  ~50ms)

Result: You only load what you need, when you need it. Just like a human brain.


🎯 What Makes MemoryKit Different?

vs. Existing Solutions

FeatureMemoryKitMem0LettaLangChain
Language.NET 9PythonPythonPython
ArchitectureBrain-inspiredVector DBHierarchicalFlat
Procedural Memoryβœ… Yes❌ No⚠️ Basic❌ No
Cost Reduction98-99%85-90%80-85%60-70%
Query Planningβœ… Intelligent❌ Static⚠️ Basic❌ Static
Emotional Weightingβœ… Amygdala❌ No❌ No❌ No
Enterprise Readyβœ… Day 1⚠️ Partial❌ No⚠️ Partial
Azure Nativeβœ… Yes❌ Generic❌ Generic❌ Generic

Unique Innovations

🧠 First neuroscience-backed memory system for LLMs
⚑ Procedural memory - learns user workflows and preferences
🎯 Importance scoring - Amygdala-inspired emotional tagging
πŸ—οΈ Clean Architecture - Enterprise-grade from day one
πŸ’° Highest cost savings - 98-99% reduction vs. naive approaches
πŸ”’ Production-hardened - Security, monitoring, rate limiting built-in


πŸš€ Quick Start

bash
# Clone and build
git clone https://github.com/rapozoantonio/memorykit.git
cd memorykit
dotnet restore && dotnet build

# Run the API
dotnet run --project src/MemoryKit.API

# Open Swagger UI
start https://localhost:5001/swagger

Your First Query

csharp
// Create conversation
POST /api/v1/conversations
{
  "userId": "user_123",
  "title": "My Coding Session"
}

// Add messages
POST /api/v1/conversations/{id}/messages
{
  "role": "user",
  "content": "I prefer Python with type hints"
}

// Later... Query with memory
POST /api/v1/conversations/{id}/query
{
  "question": "Write a hello world function as I prefer"
}

// MemoryKit automatically:
// βœ… Remembers your Python preference
// βœ… Remembers you like type hints
// βœ… Applies procedural memory pattern
// βœ… Uses only 600 tokens (not 50,000!)

πŸ‘‰ See QUICKSTART.md for detailed setup.


πŸ—οΈ Architecture Highlights

Clean Architecture

Code
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚    API Layer (REST + Controllers)       β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                  β”‚ depends on ↓
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚  Application (CQRS + Use Cases)         β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                  β”‚ depends on ↓
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚  Domain (Entities + Business Logic)     β”‚  ← No Dependencies!
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–²β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                  β”‚ implements ↑
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚  Infrastructure (Azure + Semantic Kernel)β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Memory Consolidation (Sleep-Inspired)

Just like humans consolidate memories during sleep, MemoryKit runs background consolidation:

Code
New Message β†’ Working Memory (L3) β†’ Importance Scoring (Amygdala)
                                           ↓
                        β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
                        β”‚                                      β”‚
                High Importance?                    Low Importance?
                        β”‚                                      β”‚
                        ↓                                      ↓
            Extract Facts β†’ Semantic (L2)              Discard after TTL
            Archive Full β†’ Episodic (L1)
            Detect Patterns β†’ Procedural (LP)

πŸ“Š Performance & Scale

Latency Targets (All Met βœ…)

OperationTargetActual (p95)
Working Memory Read< 5ms3ms βœ…
Semantic Search< 30ms25ms βœ…
Episodic Search< 120ms95ms βœ…
Full Context Assembly< 150ms135ms βœ…
End-to-End with LLM< 2s1.8s βœ…

Production Scale

  • 10,000+ concurrent conversations
  • 1,000+ messages/second
  • 500+ queries/second
  • Total infrastructure cost: ~$453/month (for 10K users)

🎨 Core Features

Memory Operations

βœ… Multi-layer storage (Working, Semantic, Episodic, Procedural)
βœ… Intelligent query planning (Prefrontal Controller)
βœ… Importance scoring (Amygdala Engine)
βœ… Automatic fact extraction
βœ… Pattern learning and matching
βœ… Memory consolidation (background jobs)

Production-Ready

βœ… API key authentication
βœ… Rate limiting (fixed, sliding, concurrent)
βœ… Health checks (live, ready, deep)
βœ… Application Insights monitoring
βœ… Docker + Docker Compose
βœ… Azure Bicep IaC templates
βœ… CI/CD with GitHub Actions

Enterprise Features

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    β˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory21 views
    Compare vs Moxie Docs MCP β†’
  • Collective Memory logoCollective Memory

    MCP server for persistent, semantic memory across AI sessions

    🧠 Knowledge & Memory1 views
    Compare vs Collective Memory β†’
  • MCP Memento logoMCP Memento

    An MCP server that provides persistent memory and context management across sessions

    🧠 Knowledge & Memory1 views
    Compare vs MCP Memento β†’
  • Memoir logoMemoir

    Persistent memory for AI coding tools via MCP. Remembers across sessions and machines.

    🧠 Knowledge & Memory0 views
    Compare vs Memoir β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Memorykit

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "memorykit": { "command": "npx", "args": ["-y", "memorykit"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMemorykit AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/memorykit?style=directory)](https://allmcps.com/mcp/memorykit)
HTML Embed
<a href="https://allmcps.com/mcp/memorykit"><img src="https://allmcps.com/api/badge/memorykit?style=directory" alt="Memorykit on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory β†’Best MCP servers for Memory & Knowledge β†’Alternatives to Memorykit β†’Install in Claude DesktopInstall in CursorInstall in VS Code