MyAgentHubs/aimemo
by Various
ποΈ π π πͺ π§ - Zero-dependency MCP memory server. Single binary, 100% local, no Docker.
MCP
MyAgentHubs/aimemo
Added 1 June 2026
Overview
A zero-dependency MCP memory server delivered as a single binary. It runs entirely locally without Docker or external dependencies, providing a lightweight memory layer for AI agents using the Model Context Protocol.
Best for
Best for
Developers needing a lightweight, local MCP memory server for AI agent experiments
Use cases
- Running a local MCP memory server for agent workflows
- Embedding persistent memory in AI toolchains without containers
- Testing MCP memory features in development environments
How to use
Install
curl -sSL https://raw.githubusercontent.com/MyAgentHubs/aimemo/main/install.sh | bash Tools exposed
memory_contextmemory_storememory_searchmemory_forgetmemory_link
Tested with
Claude Code, Cursor, Windsurf, Cline, Continue, VS Code, ChatGPT
Example client config
[defaults]\ncontext = "main" # default context name\nmax_results = 20 # observations returned by memory_context\n[scoring]\nrecency_weight = 0.7 # 0β1, weight of recency vs. access frequency\n[server]\ntimeout_ms = 5000 # hard timeout on every MCP call\nlog_level = "warn" # "debug" | "info" | "warn" | "error" Notes
A zero-dependency MCP memory server delivered as a single binary. It runs entirely locally without Docker or external dependencies, providing a lightweight memory layer for AI agents using the Model Context Protocol.
0 stars on GitHub. Last updated 2026-02-21. Licensed MIT.
Use cases
- Running a local MCP memory server for agent workflows
- Embedding persistent memory in AI toolchains without containers
- Testing MCP memory features in development environments
Pros
- Single binary simplifies deployment and reduces overhead
- No external dependencies or Docker required
- 100% local operation ensures data privacy and low latency
Cons
- Zero stars indicates limited community adoption and testing
- Only supports the MCP protocol, limiting interoperability
- Lack of Docker may hinder integration in containerized stacks
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Single binary simplifies deployment and reduces overhead
- No external dependencies or Docker required
- 100% local operation ensures data privacy and low latency
Cons
- Zero stars indicates limited community adoption and testing
- Only supports the MCP protocol, limiting interoperability
- Lack of Docker may hinder integration in containerized stacks
Open-source & AI alternatives
Swap-in tools that solve the same job. Weigh the trade-offs before you commit.
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Get the free Developerβs Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.
