Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,15 @@ Replace YOUR-API-KEY-HERE with your Blue Morpho API key (or preferably, use envi

Restart Claude. Navigate back to Settings → Developer → Edit Config. You should see your running MCP connection.

### Claude Code

You can set-up the MCP server through the `claude` CLI:

```bash
export BLUE_MORPHO_TOKEN="bm_[...]"
claude mcp add blue-morpho https://app.getbluemorpho.com/mcp/ -t http -H "X-API-Key: ${BLUE_MORPHO_TOKEN}" -s project
```

## Step 3: test Blue Morpho MCP

Once your AI tool is connected to Blue Morpho via MCP, you can immediately begin issuing commands to interact with your projects.
Expand Down
2 changes: 1 addition & 1 deletion tutorials/automate-nda-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Your Knowledge Base should now be visible in the **Knowledge Base** section.

### Setup

1. Install Cursor and connect Blue Morpho following [these steps](../product%20doc/setup-blue-morpho-mcp.md).
1. Install Cursor and connect Blue Morpho following [these steps](../documentation/setup-blue-morpho-mcp.md).
2. Open your NDA folder: **File > Open Folder**
3. Create a new chat (top right corner)
4. Select your target NDA
Expand Down