Just MCP Server for Claude Desktop
io.github.promptexecution/just-mcp
Expose curated Justfile recipes via MCP for safe deterministic automation.
client:Claude Desktop
transport:stdio
runtime:oci
Install Just MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"just-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/promptexecution/just-mcp:0.1.5"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs