
Arbor
Supports UIby penso
Native desktop app for agentic coding with integrated Git worktrees, terminals, and MCP server.
What it does
Arbor connects AI agents to your local development environment, allowing them to manage Git worktrees, execute terminal commands, and track process state. It acts as a bridge between high-level AI planning and low-level system execution.
Tools
- worktree_manager: List, create, and delete Git worktrees based on issues.
- terminal_control: Open, attach, and send signals to persistent PTY sessions.
- process_monitor: Track memory metrics and restart state for managed background processes.
- task_orchestrator: Trigger and monitor scheduled tasks and agent workflows.
Installation
Ensure arbor-httpd is running, then add to claude_desktop_config.json:
{
"mcpServers": {
"arbor": {
"command": "/path/to/arbor-mcp",
"env": {
"ARBOR_DAEMON_URL": "http://127.0.0.1:8787"
}
}
}
}
Supported hosts
- claude
- cursor
- codex
- zed
Quick install
brew install penso/arbor/arborInformation
- Pricing
- free
- Published
- 5/26/2026
- stars






