The Replicas MCP server lets AI assistants spawn, interact with, and destroy replicas (sandboxed coding agents) to complete engineering tasks. Two transport options are available:Documentation Index
Fetch the complete documentation index at: https://docs.replicas.dev/llms.txt
Use this file to discover all available pages before exploring further.
| Transport | Use Case |
|---|---|
| Stdio | MCP clients that can run local processes (Claude Desktop, Claude Code) |
| Streamable HTTP | MCP clients that require a remote server URL |
Stdio MCP
For MCP clients that can run local processes (e.g., Claude Desktop, Claude Code):Streamable HTTP MCP
For MCP clients that require a remote server URL:Tools
| Tool | Description |
|---|---|
create_replica | Create a workspace for an environment_id and send an initial message. Supports model, lifecycle_policy, and thinking_level (low, medium, high, max). |
list_replicas | List all replicas with optional filters (user_id, source, status) |
get_replica | Get replica details with optional include param (environment, diffs) for rich workspace state |
send_replica_message | Send a message to a replica. Supports chat_id, model, plan_mode, and thinking_level (low, medium, high, max). |
delete_replica | Delete a replica |
list_repositories | List available repositories |
list_repository_sets | List available repository sets (named groups of repositories) |
list_chats | List chats in a replica workspace |
create_chat | Create a new chat in a replica workspace |
delete_chat | Delete a chat from a replica workspace |
read_replica_history | Read conversation history from a replica, optionally for a specific chat_id |
get_replica_hooks | Get warm and start hook logs for a replica |