HomeDevelopment › Just MCP Server

Just MCP Server

Expose curated Justfile recipes via MCP for safe deterministic automation.

Rust Local
★ 58 stars Last pushed 2026-07-15 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/promptexecution/just-mcp:0.1.5

Or add to your MCP client config:

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

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry