PaseoPaseo

Paseo MCP

Paseo can inject these MCP tools into every new agent it launches. Turn on Inject Paseo tools in host settings, or set daemon.mcp.injectIntoAgents to true.

The MCP server itself is controlled by daemon.mcp.enabled. Existing agents may need a reload.

Tools

Agents

ToolFunction
create_agentCreate an agent tied to a working directory, optionally with an initial prompt or a new git worktree.
wait_for_agentBlock until an agent requests permission or finishes its current run.
send_agent_promptSend a task to a running agent.
get_agent_statusReturn the latest snapshot for an agent.
list_agentsList recent agents as compact metadata.
cancel_agentAbort an agent's current run but keep the agent alive.
archive_agentSoft-delete an agent and remove it from the active list.
kill_agentTerminate an agent session permanently.
update_agentUpdate an agent name or labels.
get_agent_activityReturn recent agent timeline entries as a curated summary.
set_agent_modeSwitch an agent's session mode.

Terminals

ToolFunction
list_terminalsList terminal sessions for one working directory or all working directories.
create_terminalCreate a terminal session for a working directory.
kill_terminalKill a terminal session.
capture_terminalCapture plain-text output from a terminal session.
send_terminal_keysSend text or special key tokens to a terminal session.

Schedules

ToolFunction
create_scheduleCreate a recurring schedule that runs on an agent or a new agent.
list_schedulesList schedules managed by the daemon.
inspect_scheduleInspect a schedule and its run history.
pause_schedulePause an active schedule.
resume_scheduleResume a paused schedule.
delete_scheduleDelete a schedule permanently.

Providers

ToolFunction
list_providersList configured agent providers, availability, and modes.
list_modelsList models for an agent provider.

Worktrees

ToolFunction
list_worktreesList Paseo-managed git worktrees for a repository.
create_worktreeCreate a Paseo-managed git worktree from a branch, base branch, or GitHub PR.
archive_worktreeDelete a Paseo-managed git worktree.

Permissions

ToolFunction
list_pending_permissionsReturn pending permission requests across agents.
respond_to_permissionApprove or deny a pending permission request.

Voice

ToolFunction
speakSpeak text through daemon-managed voice output. Available only in voice-enabled sessions.