GitHub Stars
26
User Rating
Not Rated
Favorites
0
Views
36
Forks
8
Issues
2
Installation
Difficulty
IntermediateEstimated 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 [
if you don't have it:
macOS / Linux:
uv](https://docs.astral.sh/uv/getting-started/installation/)bash
curl -LsSf https://astral.sh/uv/install.sh | sh
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)