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
0

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

R
Rsdoctor
Rsdoctor is a build analysis tool specifically designed for the Rspack ecosystem, fully compatible with webpack. It provides visual build analysis, multi - dimensional performance diagnosis, and intelligent optimization suggestions to help developers improve build efficiency and engineering quality.
TypeScript
6.5K
5 points
N
Next Devtools MCP
The Next.js development tools MCP server provides Next.js development tools and utilities for AI programming assistants such as Claude and Cursor, including runtime diagnostics, development automation, and document access functions.
TypeScript
7.2K
5 points
T
Testkube
Testkube is a test orchestration and execution framework for cloud-native applications, providing a unified platform to define, run, and analyze tests. It supports existing testing tools and Kubernetes infrastructure.
Go
4.9K
5 points
M
MCP Windbg
An MCP server that integrates AI models with WinDbg/CDB for analyzing Windows crash dump files and remote debugging, supporting natural language interaction to execute debugging commands.
Python
7.4K
5 points
R
Runno
Runno is a collection of JavaScript toolkits for securely running code in multiple programming languages in environments such as browsers and Node.js. It achieves sandboxed execution through WebAssembly and WASI, supports languages such as Python, Ruby, JavaScript, SQLite, C/C++, and provides integration methods such as web components and MCP servers.
TypeScript
4.7K
5 points
N
Netdata
Netdata is an open-source real-time infrastructure monitoring platform that provides second-level metric collection, visualization, machine learning-driven anomaly detection, and automated alerts. It can achieve full-stack monitoring without complex configuration.
Go
5.3K
5 points
M
MCP Server
The Mapbox MCP Server is a model context protocol server implemented in Node.js, providing AI applications with access to Mapbox geospatial APIs, including functions such as geocoding, point - of - interest search, route planning, isochrone analysis, and static map generation.
TypeScript
5.3K
4 points
U
Uniprof
Uniprof is a tool that simplifies CPU performance analysis. It supports multiple programming languages and runtimes, does not require code modification or additional dependencies, and can perform one-click performance profiling and hotspot analysis through Docker containers or the host mode.
TypeScript
7.7K
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
28.2K
5 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
18.4K
4.5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
58.4K
4.3 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
19.9K
4.3 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#
24.7K
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
53.5K
4.5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
19.4K
4.5 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
38.2K
4.8 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2025AIBase