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. Agentkits Memory
Agentkits Memory logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 12:16:39 PM

Agentkits Memory

User RatingsBe the first to rate and review this MCP server!
View Repository64 GitHub StarsTotal stargazers on GitHub for the source repository (64 stars).Visit Website
memorydeveloper-toolssqlitesemantic-search

Locally stores and retrieves coding context with SQLite, hybrid search, session hooks, and MCP tools.

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
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

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": {
    "aitytech-agentkits-memory": {
      "command": "npx",
      "args": [
        "-y",
        "@aitytech/agentkits-memory"
      ]
    }
  }
}

šŸ’” 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

Overview

The aitytech/agentkits-memory MCP server gives coding assistants persistent, local memory backed by SQLite. It records decisions, patterns, errors, tool usage, and session context through MCP tools and automatic hooks, then supports full-text and vector search. Local embeddings enable semantic retrieval without cloud services or API keys, while background workers handle enrichment and lifecycle tasks. Reach for it when an assistant needs to carry project context across coding sessions in Claude Code, Cursor, Windsurf, Cline, or another MCP client.

Use cases

•Persist architectural decisions across coding sessions
•Search previous error resolutions and code patterns
•Inject relevant project context when a new session starts
•Review and edit stored memories in a browser
•Export or restore a local memory database as JSON

Key features

•SQLite-backed local persistence
•FTS5 and vector semantic search
•Automatic session and tool-usage capture
•Nine MCP memory-management tools
•Local multilingual embeddings
•Web viewer for memory administration

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Agentkits Memory.

Extracted Tool Capabilities
SQLite-backed local persistence
FTS5 and vector semantic search
Automatic session and tool-usage capture
Nine MCP memory-management tools
Local multilingual embeddings
Web viewer for memory administration

How Agentkits Memory works

What aitytech/agentkits-memory MCP server does

The aitytech/agentkits-memory MCP server adds persistent memory to AI coding workflows. It stores memories, sessions, observations, and embeddings in a local SQLite database, typically at .claude/memory/memory.db. Stored information can include architectural decisions, recurring code patterns, error resolutions, file activity, and summaries from earlier sessions.

The system is designed for coding assistants that otherwise lose context when a session ends. On a later session, relevant history can be injected automatically, and the assistant can query the database through MCP instead of relying on manually maintained notes. A browser-based viewer is also available for browsing, searching, creating, editing, and deleting memories.

How it works

Hooks capture session events, tool activity, decisions, and summaries while work is in progress. Background workers can enrich observations with generated summaries, create local vector embeddings, compress older data, and archive or clean up historical sessions. These tasks run asynchronously rather than blocking the main coding interaction.

Search uses multiple layers. Full-text indexing supports direct term matching through SQLite FTS5, while sqlite-vec and a local multilingual-e5-small ONNX model support semantic similarity across more than 100 languages. A progressive retrieval flow can begin with a compact search result, continue to timeline context, and fetch full details only when needed.

The aitytech/agentkits-memory MCP server does not require a database daemon. Data remains on the local machine, and the README states that no cloud account, external API key, or paid service is required. Hooks are short-lived processes, while worker processes have timeout, locking, signal-handling, and cleanup behavior described by the project.

Setup and configuration

The package provides an automated setup command:

Terminal
npx @aitytech/agentkits-memory

It detects supported environments and configures the MCP server, platform-specific hooks or rules, and the embedding model. Platform selection can be explicit:

Terminal
npx @aitytech/agentkits-memory --platform=cursor
npx @aitytech/agentkits-memory --platform=windsurf,cline
npx @aitytech/agentkits-memory --platform=all

The documented integrations include Claude Code, Cursor, Windsurf, Cline, and OpenCode. Claude Code also has a plugin-marketplace installation path that adds the hooks, MCP server, and memory workflow skill. The web viewer starts with:

Terminal
npx @aitytech/agentkits-memory web

After starting it, open http://localhost:1905. The project does not list environment variables or credential configuration as required setup.

Tools and capabilities

The MCP interface exposes nine listed operations:

  • Save a memory
  • Search memories
  • Retrieve timeline context
  • View memory details
  • Recall stored context
  • List memories
  • Update a memory
  • Delete a memory
  • Check system status

Additional capabilities include automatic context capture, multilingual local vector search, memory namespaces and tags, session timelines, JSON export and import, and lifecycle management for older data. The web viewer provides management controls separate from the MCP tools.

Limitations and notes

This project is aimed at local coding-assistant memory rather than a hosted, shared memory service. Its data is stored in a local SQLite file, so synchronization between machines or users is not described. Semantic search depends on the locally downloaded embedding model. The README states that background processing performs AI enrichment, but it does not identify an external model provider or require an API key.

The documented client list is broader than the four clients commonly used for MCP directory compatibility: Claude Code, Cursor, Windsurf, Cline, and OpenCode are named explicitly. Other MCP clients may work, but the supplied material does not provide client-specific configuration details for them.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP →
  • Gingugu logoGingugu

    Persistent memory for AI coding assistants. Local SQLite, no cloud. 16 MCP tools: store, recall, search, relate, consolidate, export, and credential vault (OS keychain). Typed memories with confidence lifecycle (verified/inferred/stale/deprecated), namespaces, knowledge graph, and hybrid BM25 + semantic search via fastembed ONNX. Works with Cursor, Windsurf, Claude, and any MCP client. pip install gingugu

    🧠 Knowledge & Memory3 views
    Compare vs Gingugu →
  • 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 →
  • Memora logoMemora

    Persistent memory with knowledge graph visualization, semantic/hybrid search, cloud sync (S3/R2), and cross-session context management.

    🧠 Knowledge & Memory2 views
    Compare vs Memora →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
64
Stargazers on the source repository.
npm downloads
249
Package downloads in the last 30 days.
Last commit
6mo ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Agentkits Memory

Run `npx @aitytech/agentkits-memory` for automated setup, or select a platform with `--platform=cursor`, `--platform=windsurf,cline`, or `--platform=all`.

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 PreviewAgentkits Memory AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/aitytech-agentkits-memory?style=directory)](https://allmcps.com/mcp/aitytech-agentkits-memory)
HTML Embed
<a href="https://allmcps.com/mcp/aitytech-agentkits-memory"><img src="https://allmcps.com/api/badge/aitytech-agentkits-memory?style=directory" alt="Agentkits Memory on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsCursor, Windsurf, Cline / VS Code
Last updatedSep 4, 2026
10/10 checks healthy over the last 33d
Views4
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.
GitHub stars64
GitHub Star CountTotal stargazers on GitHub representing community popularity (64 stars).
Last commit6mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Feb 27, 2026
npm downloads249/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
55Quality signal: Good Ā· 55/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 ownership10/20
Documentation & tools24/30
Adoption & activity6/15
Community engagement1/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.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 18d ago via OSV.dev Ā· @aitytech/agentkits-memory (npm)

ā˜… 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 — 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 Agentkits Memory →Install in Claude DesktopInstall in CursorInstall in VS Code