Skip to content
Grok

Just MCP Server for Grok

io.github.promptexecution/just-mcp

Expose curated Justfile recipes via MCP for safe deterministic automation.

client:Grok transport:stdio runtime:oci

Install Just MCP Server in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Just MCP Server in other clients