DevMaze

lutelute/DevMaze
★ 0 stars TypeScript Code/Dev Tools Updated 4d ago
Git development history visualizer — a maze of your coding journey. Electron app + MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "devmaze": {
      "command": "npx",
      "args": [
        "-y",
        "lutelute/DevMaze"
      ]
    }
  }
}

README Excerpt

Git の開発履歴を「迷路」として可視化する Electron アプリ兼 MCP サーバー。 コミット履歴には、完成したコードには残らないものが埋まっている——どこで巻き戻したか、 どのファイルを何度も直したか、どこで手が止まったか。DevMaze はそれを**捨てずに取り出す**。 ``` Graph ビュー 迷路(スネーク)ビュー 沼 / ホットスポット コミットの力学 時系列の道のり 詰まった箇所・荒れた場所 ``` | | 何を出すか | |---|---| | **迷路グラフ** | メインラインを横軸に固定し、ブランチを上下のスイムレーンに展開した力学グラフ |

Tools (7)

export_reportget_hotspotsget_maze_graphget_scoreget_strugglesget_summaryscan_repo