fused-mcp

Fused MCP Agents: Setting up MCP Servers for Data Scientists

GitHub Stars

26

User Rating

Not Rated

Favorites

0

Views

36

Forks

8

Issues

2

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Clone this repo in any local directory, and navigate to the repo:
bash
  git clone https://github.com/fusedio/fused-mcp.git
  cd fused-mcp/
  
Install [uv](https://docs.astral.sh/uv/getting-started/installation/)
if you don't have it: macOS / Linux:
bash
  curl -LsSf https://astral.sh/uv/install.sh | sh
  
Windows:

  powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
  
Test out the client by asking for its info:
bash
  uv run main.py -h
  
Start by following our getting-started notebook [fused_mcp_agents.ipynb](1.fused_mcp_agents.ipynb) in your favorite local IDE to get set up and then make your way to the more advanced notebook to [make your own Agents & functions](2.create_your_own_agents.ipynb)