Odel
align cli

align cli

Local
@aligndottech1TypeScriptMITUpdated 3 days ago

Cross-tool decision memory for AI coding agents: search your decision graph, check changes over MCP.

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@aligndottech/cliv0.35.0

Run

npx -y @aligndottech/cli

MCP client config

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