MCP server enabling AI agents to discover, introspect, and execute Justfile recipes with parameters and environment support.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Just MCP.
π A way to let LLMs speak Just
A production-ready MCP server that provides seamless integration with Just command runner, enabling AI assistants to discover, execute, and introspect Justfile recipes through the standardized MCP protocol.
If it isn't immediately obvious, the benefit of having LLMs use Just vs. bash is that running Just commands (via MCP) provides a context-saving abstraction where they don't need to waste context opening/reading bash files, Python scripts, or other build artifacts. The LLM via MCP simply gets the command, parameters, and hints - it's in their memory as "these are commands available to you."
No more watching LLMs execute just -l to get command lists, inevitably start reading the justfile, then try to write justfile syntax (like it's a Makefile), corrupt the justfile, and create a bad experience. Just's evolving syntax simply doesn't have a large enough corpus in frontier models today - we need more popular repos with justfiles in the training dataset.
Just-mcp is fundamentally safer than bash. If you read HackerNews, there's a story at least once daily about operators whose LLMs start forgetting, hallucinating, and eventually breaking down - deleting files and doing nasty unwanted things. Giving LLMs unsupervised, unrestricted bash access without carefully monitoring context consumption is a recipe for disaster.
Using Justfile fixes that. Even if the LLM modifies its own justfile, the next context is memoized by the justfile (hopefully in an idempotent git repo). This abstraction shields the llm from the command line complexity where hallucinations or attention tracking the current working directory cause it to go over the rails and off the cliff.
Just-mcp is perfect for anybody doing agent execution:
Just has useful patterns for introducing:
list_recipes - List all available recipes in the justfilerun_recipe - Execute a specific recipe with optional argumentsget_recipe_info - Get detailed information about a specific recipevalidate_justfile - Validate the justfile for syntax and semantic errorsChoose your preferred installation method:
pkgx downloads the platform-specific tarball that GitHub releases expose (just-mcp-*-*.tar.gz), extracts the executable into ${PKGX_DIR:-$HOME/.pkgx}/bin, and runs the CLI with the arguments you pass. Add that bin directory to your shellβs PATH if you need just-mcp available long-term. The packaging manifest lives in pkgx/projects/github.com/promptexecution/just-mcp/package.yml and mirrors the pkgxdev/pantry entry.
Available Docker image tags:
latest - Latest stable releaseX.Y.Z - Specific version (e.g., 0.1.0)X.Y - Latest patch version (e.g., 0.1)X - Latest minor version (e.g., 0)Add to your Claude Desktop MCP configuration:
basic_mcp_test.rs - Direct protocol compliance testing using raw JSON-RPCmcp_integration_working.rs - Type-safe SDK integration testing with rmcp clientFactual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/promptexecution-just-mcp)<a href="https://allmcps.com/mcp/promptexecution-just-mcp"><img src="https://allmcps.com/api/badge/promptexecution-just-mcp?style=directory" alt="Just MCP on AllMCPs" /></a>