Welcome! 馃憢

I use this space to write about technology. I’m currently exploring the world of AI, focusing primarily on its practical implementation in real life. I try to write as often as possible, so watch this space or follow me on X at @juanstoppa

How MCP servers actually work in Claude / Cursor and what can you do with them

Everyone is talking about how MCP will drive the future of agentic AI so I sat down and setup one end to end.

March 7, 2025 路 9 min 路 Juan Stoppa

How to Create a Model Context Protocol (MCP) to give context to an LLM

Learn how to build a Model Context Protocol (MCP) server and client to give context to an LLM.

February 23, 2025 路 5 min 路 Juan Stoppa

What is LangGraph and How to Use It for Building AI Agents

A clear guide to LangGraph and AI agents. LangChain鈥檚 docs can be overwhelming, so I put this together to help with implementation and deployment of stateful agents.

February 16, 2025 路 12 min 路 Juan Stoppa

Initial look at ChatGPT with Canvas

OpenAI released ChatGPT Canvas just a day after DevDay 2024 and it really feels like they are heading in the right direction.

October 3, 2024 路 4 min 路 Juan Stoppa

How I used ChatGPT o1 and Claude for generating a SQL RBAC report and was surprised by the results

I used an LLM to generate a Role Based Access Control (RBAC) report for a given user in SQL

September 22, 2024 路 10 min 路 Juan Stoppa

Code Smarter, Not Harder: Developing with Cursor and Claude Sonnet

I鈥檝e been using Cursor for a while now and I鈥檝e learned a few things that I want to share with you.

September 2, 2024 路 6 min 路 Juan Stoppa

Query your database with AI using LangChain and Gradio

This article explains how to setup LangChain and Gradio to create a ChatGPT like app to query your own database.

June 16, 2024 路 6 min 路 Juan Stoppa

Setting up Fast API in IIS and run APIs in Python

This article demonstrates how to setup Fast API in Internet Information Serine (IIS) to use Python as web services.

May 27, 2024 路 3 min 路 Juan Stoppa