Robotmem
Freeby MCP Community
Thin npm wrapper for the robotmem Python CLI and MCP server.
v0.1.2Added Apr 12, 2026
robotmemorymcpairobotics
Robotmem MCP Server
Thin npm wrapper for the robotmem Python CLI and MCP server.
Installation
npx -y @muscular/robotmem
Reviews
Installation
Quick install
npx -y @muscular/robotmem
Add to claude_desktop_config.json
{
"mcpServers": {
"robotmem": {
"command": "npx",
"args": ["-y", "@muscular/robotmem"]
}
}
}