Skip to content
VS Code

Just MCP Server for VS Code

io.github.promptexecution/just-mcp

Expose curated Justfile recipes via MCP for safe deterministic automation.

client:VS Code transport:stdio runtime:oci

Install Just MCP Server in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Just MCP Server in other clients