Skip to content
Cursor

aicoreutils for Cursor

io.github.caseshy/aicoreutils

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

client:Cursor transport:stdio runtime:pypi

Install aicoreutils in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "aicoreutils": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "aicoreutils"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

aicoreutils in other clients