Just MCP
A production-ready MCP server that enables seamless integration between AI assistants and the Just command runner through the standardized MCP protocol, allowing LLMs to discover, execute, and inspect Justfile recipes.
2.5 points
8.7K

What is just-mcp?

just-mcp is a bridge connecting AI assistants and the Just command runner. Just is a modern command runner similar to Make, using a simple Justfile to define project tasks (such as building, testing, deploying, etc.). just-mcp enables AI assistants to: 1. Automatically discover all available commands in the project 2. Execute these commands safely 3. Obtain detailed information and parameter descriptions of commands 4. Verify the correctness of the Justfile In this way, AI assistants can operate projects like experienced developers without directly dealing with the complex command-line environment.

How to use just-mcp?

Using just-mcp is very simple: 1. Install just-mcp (supports multiple methods such as npm, pip, cargo) 2. Configure it to your AI assistant (such as Claude Desktop) 3. The AI assistant can automatically discover and execute Just commands in the project You don't need to learn new commands. The AI assistant will automatically read your existing Justfile and provide intelligent command execution capabilities.

Use cases

just-mcp is particularly suitable for the following scenarios: • AI-assisted development: Let AI assistants help you run tasks such as building, testing, and deploying • Team collaboration: Unify the project command interface, so new members don't need to memorize complex commands • Automated workflows: AI can execute specific task sequences on demand • Project maintenance: Quickly verify and debug Justfile configurations • Education and learning: Help students understand the project structure and build process

Main features

Automatic command discovery
Automatically parse the Justfile to discover all available commands (recipes) without manual configuration. AI assistants can immediately see all executable tasks in the project.
Safe command execution
Execute commands through the standardized MCP protocol, providing a safer environment than direct bash access. Supports parameter passing and structured output capture.
Detailed command view
Obtain complete information about each command, including parameter descriptions, documentation comments, dependencies, etc., to help AI assistants understand the purpose and usage of commands.
Configuration file validation
Automatically verify the syntax and semantic correctness of the Justfile, detect configuration errors in advance, and ensure that commands can be executed normally.
Environment variable support
Fully supports.env files and environment variable expansion to ensure that commands can run correctly in different environments.
Multi-platform support
Supports multiple installation methods such as npm, pip, cargo, Docker, and is compatible with Linux, macOS, and Windows systems.
Claude integration
Optimized for Claude Desktop. Simply configure it to allow Claude to use Just commands in the project.
Production-ready
Complete test coverage (33 test cases), CI/CD pipeline, and automatic release process ensure stability and reliability.
Advantages
Context saving: AI assistants don't need to read and understand complex script files and can directly obtain the list of available commands
Higher security: Compared with direct bash access, Justfile provides command boundaries and security constraints
Easy to use: The human-friendly Justfile syntax can be easily understood by AI assistants
Low overhead: Lightweight implementation, suitable for models and projects of various scales
Standardized interface: Uses the MCP protocol and is compatible with various AI assistants and tools
Error recovery: Even if the AI modifies the Justfile, it can be restored through version control
Limitations
Depends on Just: The project needs to use Just as the command runner
Learning curve: The team needs to be familiar with the basic concepts of Justfile
Command limitations: Can only execute tasks defined in the Justfile and cannot execute arbitrary commands
Environment requirements: The project environment and dependencies need to be correctly configured
Real-time: Commands need to be rediscovered after the Justfile is changed

How to use

Install just-mcp
Choose a suitable way to install just-mcp. It is recommended to use npm or pip because they are the simplest.
Configure the AI assistant
Add just-mcp to the configuration of your AI assistant. Take Claude Desktop as an example and edit the configuration file.
Prepare the project
Ensure that your project has a Justfile. If not, you can create a simple Justfile to define project tasks.
Start using
Start the AI assistant. It should now be able to discover and execute Just commands in your project.

Usage examples

Project build automation
The AI assistant helps developers automatically execute the build process without manually entering complex commands.
Test task execution
Run the project test suite, including unit tests and integration tests.
Project cleanup
Clean up build artifacts and free up disk space.
Command exploration
New developers learn about all available commands in the project.
Complex workflows
Execute complex workflows containing multiple steps.

Frequently Asked Questions

What's the difference between just-mcp and using Just directly?
Do I need to modify my existing Justfile?
Is just-mcp safe? Will it execute dangerous commands?
Which AI assistants are supported?
What if the project doesn't have a Justfile?
How to update just-mcp?
Does it support team collaboration?
How to debug if I encounter problems?

Related resources

GitHub repository
Project source code, issue tracking, and contribution guidelines
Just official documentation
Complete documentation and tutorials for the Just command runner
MCP protocol official website
Official specifications and documentation for the Model Context Protocol
Crates.io page
just-mcp page in the Rust package repository
Docker image
Official Docker image and container usage guide
Archestra MCP catalog
Ratings and reviews in the MCP server catalog

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "just-mcp": {
      "command": "npx",
      "args": ["-y", "just-mcp", "--stdio"]
    }
  }
}

{
  "mcpServers": {
    "just-mcp": {
      "command": "uvx",
      "args": ["just-mcp", "--stdio"]
    }
  }
}

{
  "mcpServers": {
    "just-mcp": {
      "command": "/path/to/just-mcp",
      "args": ["--stdio"]
    }
  }
}

{
  "mcpServers": {
    "just-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "-v",
        "${workspaceFolder}:/workspace",
        "ghcr.io/promptexecution/just-mcp:latest",
        "--stdio"
      ]
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

V
Vestige
Vestige is an AI memory engine based on cognitive science. By implementing 29 neuroscience modules such as prediction error gating, FSRS - 6 spaced repetition, and memory dreaming, it provides long - term memory capabilities for AI. It includes a 3D visualization dashboard and 21 MCP tools, runs completely locally, and does not require the cloud.
Rust
8.8K
4.5 points
M
Moltbrain
MoltBrain is a long-term memory layer plugin designed for OpenClaw, MoltBook, and Claude Code, capable of automatically learning and recalling project context, providing intelligent search, observation recording, analysis statistics, and persistent storage functions.
TypeScript
9.4K
4.5 points
B
Bm.md
A feature-rich Markdown typesetting tool that supports multiple style themes and platform adaptation, providing real-time editing preview, image export, and API integration capabilities
TypeScript
15.2K
5 points
S
Security Detections MCP
Security Detections MCP is a server based on the Model Context Protocol that allows LLMs to query a unified security detection rule database covering Sigma, Splunk ESCU, Elastic, and KQL formats. The latest version 3.0 is upgraded to an autonomous detection engineering platform that can automatically extract TTPs from threat intelligence, analyze coverage gaps, generate SIEM-native format detection rules, run tests, and verify. The project includes over 71 tools, 11 pre-built workflow prompts, and a knowledge graph system, supporting multiple SIEM platforms.
TypeScript
6.4K
4 points
P
Paperbanana
Python
9.2K
5 points
B
Better Icons
An MCP server and CLI tool that provides search and retrieval of over 200,000 icons, supports more than 150 icon libraries, and helps AI assistants and developers quickly obtain and use icons.
TypeScript
9.5K
4.5 points
A
Assistant Ui
assistant - ui is an open - source TypeScript/React library for quickly building production - grade AI chat interfaces, providing composable UI components, streaming responses, accessibility, etc., and supporting multiple AI backends and models.
TypeScript
9.1K
5 points
A
Apify MCP Server
The Apify MCP Server is a tool based on the Model Context Protocol (MCP) that allows AI assistants to extract data from websites such as social media, search engines, and e-commerce through thousands of ready-to-use crawlers, scrapers, and automation tools (Apify Actors). It supports OAuth and Skyfire proxy payment and can be integrated into MCP clients such as Claude and VS Code through HTTPS endpoints or local stdio.
TypeScript
8.9K
5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
26.1K
4.3 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
77.9K
4.3 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
23.8K
4.5 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
36.5K
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
68.4K
4.5 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
36.8K
5 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
104.2K
4.7 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
54.5K
4.8 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2026AIBase