just-mcp

PromptExecution/just-mcp
★ 48 stars Rust 📦 Other Updated 30d ago
mcp server for just
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "just-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "just-mcp"
      ]
    }
  }
}