Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by KimiJL • Uncategorized
A simple example web app and client demonstrating a Model Context Protocol server mounted on a FastAPI server.
Integrate MCP server functionality within an existing FastAPI application.
A simple example of MCP server-client communication using Python.
Deploy MCP servers quickly using Docker or Python environments.
This repository provides a basic implementation of a Model Context Protocol (MCP) server integrated as a sub-application within an existing FastAPI server. It includes both server-side logic and a sample client to demonstrate communication using the MCP client library. The setup supports running via Docker or directly with Python and Uvicorn, facilitating easy deployment and testing. The MCP server currently has a limitation where it can only be mounted on the root path '/' due to SDK constraints.