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

# Using NanoClaw with Marrow MCP

# Using NanoClaw with Marrow MCP

NanoClaw is a personal AI agent that runs on your own machine. It connects to messaging apps and gives you access to tools, including Marrow MCP.

<img src="https://mintlify.s3.us-west-1.amazonaws.com/hologrowinc/hub-files/mcp/marrow/nanoclaw-connector.png" alt="NanoClaw connector overview" />

## Prerequisites

* You have completed the [Marrow MCP Overview](/hologrow-marrow-mcp/overview) setup and have an MCP key.
* Claude Code is installed and working.
* You are on a macOS or Linux machine, or you have WSL2 installed on Windows.

## Step 1: Install NanoClaw

To install NanoClaw, run these commands in your terminal:

```bash theme={null}
git clone https://github.com/nanocoai/nanoclaw.git nanoclaw-v2
cd nanoclaw-v2
bash nanoclaw.sh
```

This downloads and installs NanoClaw with any missing dependencies. After installation, the configuration script guides you through setting up NanoClaw. It shows step-by-step instructions for connecting it to your messaging app.

## Step 2: Connect NanoClaw to Marrow MCP

You configure NanoClaw through Claude Code. NanoClaw uses Claude Code to access its [skills](https://nanoclaw.dev/skills). To connect NanoClaw to an MCP server, use the [customize skill](https://nanoclaw.dev/skills/customize) by running the `/customize` command in Claude Code from the directory where you cloned the NanoClaw repository. After running the command, you will see the following prompt:

* Select the **Add an integration/tool** option.

<img src="https://mintlify.s3.us-west-1.amazonaws.com/hologrowinc/hub-files/mcp/nanoclaw/step-1.png" alt="NanoClaw customize skill" />

* Tell your agent that you want to add the Marrow MCP integration.
* You will be asked which agents you want to add this integration to. You can select any agents you want.

<img src="https://mintlify.s3.us-west-1.amazonaws.com/hologrowinc/hub-files/mcp/nanoclaw/step-2.png" alt="NanoClaw select MCP" />

* Claude Code will ask how you want to connect to Marrow MCP. Use these answers:
  * **MCP Server URL**: `https://mcp.marrow.com/mcp/v1`
  * **MCP Server Transport**: `HTTP Streamable`
  * **MCP Server Authentication**: Custom Header (Header Auth), with the MCP Key injected via OneCLI vault.
  * **MCP Server Header Name**: `marrow-mcp-key`
  * **MCP Server Header Value**: The MCP Key that you created on the [Marrow MCP Integrations](https://app.marrow.com/integrations/mcp) page.

<img src="https://mintlify.s3.us-west-1.amazonaws.com/hologrowinc/hub-files/mcp/nanoclaw/step-3.png" alt="Select Transport" />

<img src="https://mintlify.s3.us-west-1.amazonaws.com/hologrowinc/hub-files/mcp/nanoclaw/step-4.png" alt="Copy and paste Marrow MCP URL" />

<img src="https://mintlify.s3.us-west-1.amazonaws.com/hologrowinc/hub-files/mcp/nanoclaw/step-5.png" alt="Select Authentication" />

* Claude Code will give you step-by-step instructions for using OneCLI for authentication. It will then change the NanoClaw source code to add the Marrow MCP integration.

## Step 3: Use NanoClaw to ask questions about your data

You can now use NanoClaw with your selected messaging app to ask questions about your data.

***

## Related resources

* [NanoClaw documentation](https://nanoclaw.dev/)
* [NanoClaw skills](https://nanoclaw.dev/skills)
* [NanoClaw customize skill](https://nanoclaw.dev/skills/customize)

## Marrow MCP resources

Check the following resources for more information:

* MCP server URL: `https://mcp.marrow.com/mcp/v1`
* [Interactive Data Scheme](/hub/data-scheme)
* Data Scheme JSON: [https://api.marrow.com/api/v1/spec/data-scheme](https://api.marrow.com/api/v1/spec/data-scheme)
* Need help? Use the [contact form](https://forms.clickup.com/9015200219/f/8cnj2ev-38615/AOYF9I35QFOXWJQXIG?type=Form\&source=hub-mcp-nanoclaw-docs)
