Odel
AI CLI

AI CLI

Local
@caseshy1PythonMITUpdated 2mo ago

JSON-first Coreutils CLI for AI agents. 114 commands with sandbox, dry-run, and MCP support.

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).

PyPIaicoreutilsv0.3.6

Run

uvx aicoreutils

MCP client config

{
  "mcpServers": {
    "ai-cli": {
      "command": "uvx",
      "args": [
        "aicoreutils"
      ]
    }
  }
}