Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrenBaldwin07 committed Feb 4, 2025
1 parent 7a54b21 commit 5ea8033
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,37 @@ pnpm run build
```
node index.js
```

## Installation

### Locally

1. Clone this repo

```
git clone https://github.com/tembo-io/mcp-server-tembo.git
```

2. Download [Claude Desktop](https://www.anthropic.com/products/claude-3-opus-desktop)

3. Load the below tembo mcp server json config into Claude Desktop (open claude desktop > click settings > developer)

> [!NOTE] You will need to [generate a API key for Tembo Cloud](https://tembo.io/docs/development/api)
```json
{
"mcpServers": {
"mcp-server-tembo": {
"command": "node",
"env": {
"TEMBO_API_KEY": "your_tembo_api_key"
},
"args": ["/absolute/path/to/cloned/repo/mcp-server-tembo/dist/index.js"]
}
}
}
```

### Hosted version

Coming soon.

0 comments on commit 5ea8033

Please sign in to comment.