@mtuska/diversion-mcp
v0.5.0
Published
Standalone stdio MCP server for Diversion (dv). Exposes Diversion source-control operations to Claude Code, Codex, Claude Desktop, Cursor, and any other MCP-aware AI client.
Maintainers
Readme
@mtuska/diversion-mcp
Standalone stdio Model Context Protocol server for
Diversion (the dv CLI). Exposes 39
Diversion source-control tools — status, diff, log, file history,
conflict awareness, commit, branch, merge, shelves, locks, etc.
— to any MCP-aware AI client (Claude Code, Codex, Claude Desktop,
Cursor, Windsurf).
See the main project for documentation, source, and issue tracker: https://github.com/mtuska/diversion-vscode.
Quick start
# Claude Code
claude mcp add diversion -- npx -y @mtuska/diversion-mcp
# Codex (~/.codex/config.toml)
# [mcp_servers.diversion]
# command = "npx"
# args = ["-y", "@mtuska/diversion-mcp"]Requires the dv CLI on $PATH and the local Diversion agent
running. Node 18+ on Linux / macOS / Windows.
