File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
2325The easiest way to get started is to connect your MCP client directly to the remote MCP server hosted by Diffbot.
2426
2527```
2628https://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
3335Clone the repository
3436``` bash
@@ -42,7 +44,7 @@ pip install .
4244
4345You 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
4749Build 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{
You can’t perform that action at this time.
0 commit comments