> ## Documentation Index
> Fetch the complete documentation index at: https://docs.darwin.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Darwin MCP

> Connect an MCP client to the same Darwin personal agent.

The canonical remote MCP endpoint is:

```text theme={null}
https://darwin.so/mcp
```

Darwin MCP exposes a small, reviewed surface:

* `message_darwin` sends a message to the authenticated user's personal agent.
* `get_darwin_conversation` reads that user's conversation history.

The server uses OAuth and resolves the Darwin user before either tool is invoked. It does not expose private API, Mesh, Protoballs, or database credentials to the client.

<Note>
  Darwin MCP is an access channel, not a second agent. Messages sent over MCP reach the same agent and history as Darwin's web, mobile, and messaging clients.
</Note>

<Card title="Connect a client" icon="arrow-right" href="/mcp/clients">
  Add Darwin to a remote-MCP compatible client.
</Card>
