Odel
memi

memi

Local
@memi-design40TypeScriptMITUpdated 4w ago

Memi is the design layer for agentic AI.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@memi-design/cliv2.7.9

Run

npx -y @memi-design/cli

MCP client config

{
  "mcpServers": {
    "memi": {
      "command": "npx",
      "args": [
        "-y",
        "@memi-design/cli"
      ]
    }
  }
}