Just MCP Server for Windsurf
io.github.promptexecution/just-mcp
Expose curated Justfile recipes via MCP for safe deterministic automation.
client:Windsurf
transport:stdio
runtime:oci
Install Just MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"just-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/promptexecution/just-mcp:0.1.5"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs