Skip to main content
Knowledge & MemoryGo

MyAgentHubs/aimemo

Zero-dependency MCP memory server. Single binary, 100% local, no Docker.

knowledge-memorylocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/MyAgentHubs/aimemo

Claude Desktop configuration example:

{
  "mcpServers": {
    "aimemo": {
      "command": "npx",
      "args": [
        "-y",
        "MyAgentHubs/aimemo"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Knowledge & Memory
Language
Go
Author
MyAgentHubs