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

# Muse Code

> Connect Meta Muse Code to Darwin Search and Act.

Add Darwin to Muse Code's `mcp_servers` settings. Muse discovers the current tools over Streamable HTTP.

```json theme={null}
{
  "mcp_servers": {
    "darwin": {
      "transport": "streamable_http",
      "url": "https://mcp.darwin.so/mcp",
      "enabled": true,
      "mode": "required"
    }
  }
}
```

Reload MCP servers, complete authorization, and keep consequential tools behind Muse Code's approval boundary.

## Try it

```text theme={null}
Search for an executable capability, show me the returned evidence and terms,
and stop before starting any work.
```

Persist `actionId`, follow `availableActions`, and never treat assistant output as proof of completion.

[Open the checked configuration](https://github.com/darwin-studios/darwin-integrations/blob/main/configs/muse-code-mcp.json) or Meta's [Muse Code MCP guide](https://dev.meta.ai/docs/muse-code/extending/#mcp).
