Skip to content
Cursor

Just MCP Server for Cursor

io.github.promptexecution/just-mcp

Expose curated Justfile recipes via MCP for safe deterministic automation.

client:Cursor transport:stdio runtime:oci

Install Just MCP Server in Cursor

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

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

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

Just MCP Server in other clients