Skip to content

Commit 26aab9a

Browse files
committed
Add MCP server
Signed-off-by: popcorny <[email protected]>
1 parent 810ec64 commit 26aab9a

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

docs/5-data-diffing/mcp-server.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,47 +11,47 @@ To use Recce in Claude Code, add an MCP server to your project. Claude Code will
1111

1212
1. Add Recce to your dbt project
1313

14-
```
14+
```shell
1515
claude mcp add --scope project recce -- recce mcp-server
1616
```
1717

1818
2. Run Claude Code
1919

20-
```
21-
claude
22-
```
20+
```shell
21+
claude
22+
```
2323

2424
3. Ask Claude Code about your changes
2525

26-
```
27-
> Understand changes from Recce.
28-
```
26+
```shell
27+
> Understand changes from Recce.
28+
```
2929

3030
## Method 2: MCP Server (SSE)
3131

3232
Alternatively, you can launch a standalone MCP server. Claude Code will connect to it using HTTP-SSE.
3333

3434
1. Add Recce to your dbt project
3535

36-
```
36+
```shell
3737
claude mcp add --transport sse --scope project recce http://localhost:8000/sse
3838
```
3939

4040
2. Launch the standalone MCP server with HTTP-SSE
4141

42-
```
42+
```shell
4343
cd my-dbt-project/
4444
recce mcp-server --sse
4545
```
4646

4747
3. Run Claude Code
4848

49-
```
50-
claude
51-
```
49+
```shell
50+
claude
51+
```
5252

5353
4. Ask Claude Code about your changes
5454

55-
```
56-
> Understand changes from Recce.
57-
```
55+
```shell
56+
> Understand changes from Recce.
57+
```

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ nav:
7070
- 5-data-diffing/topK-diff.md
7171
- 5-data-diffing/histogram-diff.md
7272
- 5-data-diffing/query.md
73+
- 5-data-diffing/mcp-server.md
7374
- Collaborate Validation:
7475
- 6-collaboration/invitation.md
7576
- 6-collaboration/checklist.md

0 commit comments

Comments
 (0)