iso-code-mcp-0.1.0 is not a library.
iso-code-mcp
MCP server for safe git worktree management in AI coding agents.
Model Context Protocol server exposing the iso-code
worktree management library to Claude Code, Cursor, VS Code Copilot, OpenCode,
and any other MCP-capable client.
Install
The binary is named iso-code-mcp and speaks MCP over stdio.
Tools exposed
| Tool | Description |
|---|---|
worktree_list |
List all tracked worktrees for the current repo |
worktree_create |
Create a worktree (with pre-create safety guards) |
worktree_delete |
Delete a worktree (5-step unmerged-commit check) |
worktree_gc |
Garbage-collect orphaned worktrees |
worktree_attach |
Attach an existing worktree path to iso-code state |
conflict_check |
Returns not_implemented until milestone 3 |
Client configuration
Claude Code (~/.claude/claude_desktop_config.json)
Cursor (.cursor/mcp.json)
VS Code Copilot (.vscode/mcp.json)
OpenCode (opencode.json)
Status
Milestone 1 (Foundation). HTTP transport and full conflict_check
implementation ship in milestone 3. See the
PRD
for the roadmap.
License
Licensed under either of Apache License 2.0 or MIT License at your option.