A Model Context Protocol (MCP) server that exposes [Just](https://github.com/casey/just) recipes as MCP tools, allowing AI assistants to discover and execute project commands defined in Justfiles.
{
"mcpServers": {
"just-runner": {
"command": "npx",
"args": [
"-y",
"just-runner-mcp"
]
}
}
}