nanoclaw

GitHub

A lightweight alternative to OpenClaw that runs in containers for security. Connects to WhatsApp, Telegram, Slack, Discord, Gmail and other messaging apps,, has memory, scheduled jobs, and runs directly on Anthropic's Agents SDK

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "nanoclaw": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-nanoclaw"
      ]
    }
  }
}