Skip to main content
Developer ToolsRust

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.

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/promptexecution/just-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Rust
Author
promptexecution