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.
Quick Start
Clone the repository:
git clone https://github.com/promptexecution/just-mcpClaude Desktop configuration example:
{
"mcpServers": {
"just-mcp": {
"command": "npx",
"args": [
"-y",
"promptexecution/just-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.