Back to Apps

Arbor
Supports UIby penso
Native desktop app for agentic coding with integrated Git worktrees, terminals, and MCP server.
0 stars
Works in:CursorCodexzed
Exposes:ToolsResourcesPrompts
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
- 0
Categories
Choose your AI client and follow the steps below.
zed
settings.json context_servers entryCodex
AGENTS.md or mcp config entryCursor
mcp.json entry in ~/.cursor/Claude Desktop
{
"mcpServers": {
"arbor": {
"command": "/path/to/arbor-mcp",
"env": {
"ARBOR_DAEMON_URL": "http://127.0.0.1:8787"
}
}
}
}






