Jujutsu
0
Exposes Jujutsu version control operations as programmable tools via the Model Context Protocol (MCP).
Acerca de
jj-mcp-server is a Model Context Protocol (MCP) server that bridges the gap between the Jujutsu version control system and programmable environments. By exposing core `jj` commands as MCP tools, it enables seamless integration with IDEs, editors, and other clients that support MCP. This allows users to script and automate their Jujutsu workflows, unlocking powerful new ways to interact with their repositories.
Características Principales
- Integrates with editors and languages supporting MCP.
- Manages bookmarks, operations, and revisions programmatically.
- Exposes core `jj` commands via MCP tools.
- 0 GitHub stars
- Supports Git integration (clone, push, fetch, export).
- Provides file operation tools (annotate, list, show, track, untrack, chmod).
Casos de Uso
- Script complex version control tasks using a programming language of choice.
- Automate repetitive Jujutsu workflows within an IDE.
- Build custom Jujutsu integrations for specific development environments.