Skip to main content

Use Claude Code with Marrow MCP

Use Claude Code when you want a local coding session in your repository, with Marrow as a live Amazon data source for your AI agent. Claude Code connector setup steps

Prerequisites

Step 1: Add the Marrow MCP server

Run this command in your project root:
Replace YOUR_API_KEY with your Marrow MCP key. Choose a scope:
  • --scope project (used above) saves the config to .mcp.json in your project, which is useful when you want the team to share the same MCP setup.
  • --scope user saves it globally for your user, which is useful when you want Marrow available across all projects.

Step 2: Reload Claude Code

In an existing Claude Code session, run /mcp to reload the server list. For a new session, start Claude Code as usual. It picks up the config automatically.

Step 3: Test the connection

Run a prompt that uses Marrow data, for example:
If Claude Code returns real data, you are connected.

Starter project

Do you want a working starting point? Clone our Claude Code template repository. It includes a preconfigured .mcp.json file and example prompts to help you start exploring.

Marrow MCP resources

Check the following resources for more information: