Workflow
FastAPI
icon
Search documents
X @Avi Chawla
Avi Chawla· 2025-11-04 06:31
Connecting AI models to different apps usually means writing custom code for each one.For instance, if you want to use a model in a Slack bot or in a dashboard, you'd typically need to write separate integration code for each app.Let's learn how to simplify this via MCPs.We’ll use @LightningAI's LitServe, a popular open-source serving engine for AI models built on FastAPI.It integrates MCP via a dedicated /mcp endpoint.This means that any AI model, RAG, or agent can be deployed as an MCP server, accessible ...