GitHub Stars
107
User Rating
Not Rated
Favorites
0
Views
35
Forks
21
Issues
2
Installation
Installation
Prerequisites
Installation Steps
1. Clone Repository
bash
git clone https://github.com/jjsantos01/jupyter-notebook-mcp.git
2. Create a virtual environment and install required packages
bash
uv run python -m ipykernel install --name jupyter-mcp
3. Install additional Python packages (optional)
bash
uv pip install seaborn
4. Configure Claude Desktop Integration
Editclaude_desktop_config.json to include:
json
{
"mcpServers": {
"jupyter": {
"command": "uv",
"args": [
"--directory",
"/ABSOLUTE/PATH/TO/PARENT/REPO/FOLDER/src",
"run",
"jupyter_ws_server.py"
]
}
}
}
Additional Resources
108
Followers
55
Repositories
29
Gists
0
Total Contributions
The End-to-End Agentic AI Automation Lab is a project portfolio focused on the implementation of agentic AI systems. It offers advanced AI workflow automation using tools like LangChain and RAG pipelines, making it a valuable resource for developers and researchers. Notably, it emphasizes the integration of tools and data based on the Model Context Protocol (MCP).
IntelliNode is an open-source library for orchestrating AI workflows using graph-based architectures. This repository contains educational examples demonstrating the application of multi-agent systems in healthcare and wellness scenarios. Notably, the Nutrition Assessment lab showcases how OpenAI GPT-4 analyzes client notes while Anthropic Claude generates meal plans, highlighting the integration of multiple AI providers in healthcare workflows.
This project demonstrates how to build a fully local AI assistant that provides detailed stock analysis using MCP. It leverages Ollama and LangChain for seamless operation, allowing users to scrape financial data and analyze company details, profit trends, and shareholding patterns.