developer tools

Just Mcp

Justfile integration that enables LLMs to execute any CLI or script commands with parameters safely and easily, with environment variable support and comprehensive testing.

local
rust
developer tools
0
View on GitHub

Installation

npx -y promptexecution/just-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "just-mcp",
  "command": "npx",
  "args": [
    "-y",
    "promptexecution/just-mcp"
  ]
}

About This MCP Server

promptexecution/just-mcp

Justfile integration that enables LLMs to execute any CLI or script commands with parameters safely and easily, with environment variable support and comprehensive testing.

GitHub: https://github.com/promptexecution/just-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub