Back to MCP Servers
🔌

aitytech/agentkits-memory

MITAPI key required

](https://glama.ai/mcp/servers/@aitytech/agentkits-memory) 📇 🏠 🍎 🪟 🐧 - Persistent memory for AI coding assistants with hybrid search (FTS5 + vector embeddings), session tracking, automatic contex

TypeScriptSearch

Install

npx -y @aitytech/agentkits-memory

Required environment variables

AGENTKITS_AI_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "aitytech-agentkits-memory": {
      "command": "npx",
      "args": [
        "-y",
        "@aitytech/agentkits-memory"
      ],
      "env": {
        "AGENTKITS_AI_API_KEY": "<YOUR_AGENTKITS_AI_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.