Skip to content

Commit fa60b47

Browse files
author
jeromechoo
committed
README updates
1 parent 6f85ace commit fa60b47

1 file changed

Lines changed: 19 additions & 4 deletions

File tree

README.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,17 @@ A free Diffbot token is required for tool use. [Get one here.](https://app.diffb
2020

2121
## Get Started
2222

23+
### Quick Start
24+
2325
The easiest way to get started is to connect your MCP client directly to the remote MCP server hosted by Diffbot.
2426

2527
```
2628
https://mcp.diffbot.com/mcp/?token=<YOUR_DIFFBOT_TOKEN>
2729
```
2830

29-
This repo deploys directly to the remote server.
31+
This repo deploys directly to the remote server.
3032

31-
### Installation (Local)
33+
### Local Installation
3234

3335
Clone the repository
3436
```bash
@@ -42,7 +44,7 @@ pip install .
4244

4345
You can now run the server with `python3 diffbot_mcp_server.py`, or skip this step if you will be setting this server up with an MCP client.
4446

45-
### Installation (Docker)
47+
#### (Optional) Docker Install
4648

4749
Build the image
4850
```bash
@@ -92,7 +94,20 @@ For Docker installs, follow this configuration.
9294
<details>
9395
<summary>Visual Studio Code / Copilot</summary>
9496

95-
To setup in VS Code, try this modified config for better secrets management.
97+
For remote setup, simply enter the remote server URL and include "http" as the transport type.
98+
99+
```json
100+
{
101+
"servers": {
102+
"diffbot-mcp": {
103+
"type": "http",
104+
"url": "https://mcp.diffbot.com/mcp/?token=<YOUR_DIFFBOT_TOKEN>"
105+
}
106+
}
107+
}
108+
```
109+
110+
For local setup, try this modified config for better secrets management.
96111

97112
```json
98113
{

0 commit comments

Comments
 (0)