Enables an AI agent to run local tools on the user's own machine via stdio, including command execution, workspace file read/write, and system status checks.
Enables local, permissioned development workflows from compatible AI clients, including filesystem editing, interactive terminals, durable jobs, Git operations, and semantic browser testing.
Enables agents to connect to remote MCP servers once, access their tools through a compact MCP endpoint, pair a CLI inside sandboxes, and create watches that turn command or tool output into pollable structured events.
Enables Codex to use an installed Devin CLI as an additional worker by starting, polling, and cancelling bounded tasks through local MCP tools. It runs as a local stdio server in a given working directory, so jobs execute with the Devin account's model and permissions while Codex's own routing rules still decide when to delegate.