MCP Server
Recce exposes its tools to AI agents, enabling integration with tools like Claude Code. This allows you to interact with Recce analysis through natural language queries directly in your Claude Code sessions.
Installation
Install Recce with the MCP extra dependency:
Method 1: MCP Server (Stdio)
Configure Recce as an MCP server with stdio transport. Claude Code will automatically launch the MCP server when you start a session.
-
Configure the MCP server for your dbt project:
-
Run Claude Code
Verify the connection by running the
/mcpcommand in Claude Code: -
Ask Claude Code about your changes
Method 2: MCP Server (SSE)
Alternatively, launch a standalone MCP server that Claude Code connects to via HTTP-SSE. This requires running the server in a separate terminal.
-
Start the standalone MCP server:
-
In a separate terminal, configure the MCP server for your dbt project:
-
run Claude Code:
Verify the connection by running the
/mcpcommand in Claude Code: -
Ask Claude Code about your changes: