About
Multi-Agent AI Orchestration Workshop
README
IntelliNode is an open-source library for orchestrating AI workflows using graph-based architectures. This repository contains educational examples demonstrating how multi-agent systems can be applied to healthcare and wellness scenarios.
Install Intellinode
# Basic installation
pip install intelli
# With MCP support
pip install "intelli[mcp]"
Environment Setup
Create a .env file in the project root with these keys:
OPENAI_API_KEY=your_openai_api_key_here
ANTHROPIC_API_KEY=your_anthropic_api_key_here
Install project dependencies:
pip install -r requirements.txt
Launch Jupyter:
jupyter lab
MCP Server
To run the MCP server that serves CSV files using Polars:
pip install -r requirements.txt
cd mcp_server
# polars data provider
python eicu_mcp_server_polars.py
(Alternative) Start the server using the Pandas as data provider:
python eicu_mcp_server.py
Lab Overview
Lab 1: Nutrition Assessment with IntelliNode
- OpenAI GPT-4 analyzes client notes, Anthropic Claude creates meal plans.
- Demonstrates connecting multiple AI providers in healthcare workflows.

Lab 2: Multiple Models with IntelliNode
- Showcases text, image, and speech generation in one system.

Lab 3: MCP Medical Prediction with Graph
- Medical prediction system using Model Context Protocol (MCP).
- MCP server serves CSV files using Polars backend.
- Agents predict outcomes from clinical data.

Slides
PyData - Graph Theory for Multi-Agent Integration https://www.slideshare.net/slideshow/pydata-graph-theory-for-multi-agent-integration/280302074
⚠️ Important Disclaimer
These examples are provided for educational purposes only, and are not intended for actual patient care as presented.
For production deployments, you must implement logging, secure clinical approvals, and establish appropriate governance around the workflow.
Lab Contribution
The use case and examples in this repository were provided by MedWrite.ai.
Installing Pydata London 2025
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/Barqawiz/pydata-london-2025FAQ
Is Pydata London 2025 MCP free?
Yes, Pydata London 2025 MCP is free — one-click install via Unyly at no cost.
Does Pydata London 2025 need an API key?
No, Pydata London 2025 runs without API keys or environment variables.
Is Pydata London 2025 hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Pydata London 2025 in Claude Desktop, Claude Code or Cursor?
Open Pydata London 2025 on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Pydata London 2025 with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
