jj-mcp

kmarxican/jj-mcp
★ 0 stars TypeScript 💻 Code/Dev Tools Updated 2d ago
An MCP server for the jujutsu (jj) VCS
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "jj-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kmarxican/jj-mcp"
      ]
    }
  }
}

README Excerpt

A Model Context Protocol (MCP) server for the [Jujutsu](https://github.com/jj-vcs/jj) version control system. Exposes `jj` commands as MCP tools so AI assistants can read and manipulate jj repositories directly. - Node.js 26.2.0+ - `jj` CLI 0.4+ installed and in PATH ```bash npm install -g jj-mcp ```

Tools (20)

destinationjj_abandonjj_bisectjj_bookmark_createjj_bookmark_deletejj_bookmark_listjj_commitjj_config_getjj_config_setjj_describejj_diffjj_editjj_file_showjj_git_clonejj_git_exportjj_git_fetchjj_git_importjj_git_pushjj_initjj_log