Skip to content
Zed

aicoreutils for Zed

io.github.caseshy/aicoreutils

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

client:Zed transport:stdio runtime:pypi

Install aicoreutils in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "aicoreutils": {
      "command": "uvx",
      "args": [
        "aicoreutils"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

aicoreutils in other clients