Stdio MCP server for [Replicas](https://replicas.dev) - cloud workspaces for AI coding agents.
npm install replicas-mcpStdio MCP server for Replicas - cloud workspaces for AI coding agents.
For MCP clients that require a remote server URL instead of stdio, use the streamable HTTP endpoint at https://api.replicas.dev/v1/mcp.
``json`
{
"mcpServers": {
"replicas": {
"command": "npx",
"args": ["-y", "replicas-mcp"],
"env": {
"REPLICAS_API_KEY": "sk_replicas_..."
}
}
}
}
Get your API key from Settings.
| Tool | Description |
|------|-------------|
| create_replica | Create a new replica workspace |list_replicas
| | List all replicas (paginated) with PR info |get_replica
| | Get a replica by ID with detailed info (agent, branch, diff) |send_replica_message
| | Send a message to a replica |delete_replica
| | Delete a replica |list_repositories
| | List available repositories |read_replica_history` | Read conversation history (paginated from end) |
|