Skip to content

Robotmem

Free

by MCP Community

Thin npm wrapper for the robotmem Python CLI and MCP server.

v0.1.2Added Apr 12, 2026
robotmemorymcpairobotics
Works with:ClaudeGPTGeminiCopilot

Robotmem MCP Server

Thin npm wrapper for the robotmem Python CLI and MCP server.

Installation

npx -y @muscular/robotmem

Reviews

Leave a Review

Installation

Quick install
npx -y @muscular/robotmem
Add to claude_desktop_config.json
{
  "mcpServers": {
    "robotmem": {
      "command": "npx",
      "args": ["-y", "@muscular/robotmem"]
    }
  }
}