Back to MCP Servers
Just
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-toolstestingllm
Installation
npx -y just-mcpConfiguration
{
"mcpServers": {
"just-mcp": {
"command": "npx",
"args": ["-y", "just-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes