agent-memory-mcp

ipiton/agent-memory-mcp
★ 19 stars Go 🤖 AI/LLM Updated 9d ago
MCP server that gives AI agents persistent memory with semantic search
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-memory-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/ipiton/agent-memory-mcp@latest"
      ]
    }
  }
}