You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

memory-mcp

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

memory-mcp

A python implementation of AI memory in MCP

0.1.0.dev1
pipPyPI
Maintainers
1

Memory MCP

Memory Implementation in MCP and python

🤔 MCP stands for Model Context Protocol, meaning a open protocol between Agent and Others

🧠 Memory is a great tool/storage for your AI, so that AI can remember user and stuff.

✅ The repo implements a memory mechanism and a MCP server

Quick Start

Add this to your claude_desktop_config.json

{
  "mcpServers": {
    "memory": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-memory"
      ]
    }
  }
}

Issues

Resources

  • A Memory MCP server in TS. link
  • LangGraph concepts. link

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts