Skip to content
Zed

Just MCP Server for Zed

io.github.promptexecution/just-mcp

Expose curated Justfile recipes via MCP for safe deterministic automation.

client:Zed transport:stdio runtime:oci

Install Just MCP Server in Zed

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

{
  "context_servers": {
    "just-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/promptexecution/just-mcp:0.1.5"
      ]
    }
  }
}

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

Just MCP Server in other clients