Just MCP Server for Cline
io.github.promptexecution/just-mcp
Expose curated Justfile recipes via MCP for safe deterministic automation.
client:Cline
transport:stdio
runtime:oci
Install Just MCP Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"just-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/promptexecution/just-mcp:0.1.5"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs