Skip to main content

Using Claude Code

Using Claude Code with DataDoe MCP

Use Claude Code when you want a local coding session over your repository and need DataDoe as a live MCP data source.

Prerequisites

  • You have access to DataDoe and a working MCP-capable agent or client.
  • You know where that agent stores its MCP server configuration.

Step 1: Add the DataDoe MCP server

Open your project in Claude Code and add the DataDoe MCP server in the MCP settings or project config it reads from.

You can do it from the CLI by running:

bash
1claude mcp add --transport http --scope project --header "datadoe-mcp-key: YOUR_API_KEY" datadoe "https://mcp.datadoe.com/mcp/v1"

Step 2: Reload the agent

Restart the agent so it picks up the new MCP server definition.

Step 3: Test it

Run your first prompt, for example: Show me all sellers and vendors from DataDoe.

Starter Project

If you want a starting point, use our Claude Code template repository.


DataDoe MCP resources

Check the following resources for more information:

Powered by

DataDoe