Skip to content
Back to search
30
MCP

AgentKits Memory

pulsemcp/agentkits memory

Provides persistent memory capabilities for coding assistants by automatically capturing tool usage, decisions, and patterns across sessions in a local SQLite database with hybrid search combining keyword and semantic similarity.

Uptime
0.0%
10 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "agentkits_memory": {
      "url": "None",
      "transport": "http"
    }
  }
}