πŸ”§

FastAPI SSE MCP Server

πŸ”§MCP Server

ilil1/fastapi_mcp_sse

VibeIndex|
What it does

Implements a Server-Sent Events (SSE) web server using FastAPI that enables AI models to dynamically access external tools, data sources, and context through a standardized Model Context Protocol (...

remotehosted

Installation

uvxRun with uvx (Python)
uvx --from git+https://github.com/panz2018/fastapi_mcp_sse.git start
PythonRun Python server
python src/server.py
uv runRun with uv
uv run start
πŸ“– Extracted from ilil1/fastapi_mcp_sse README
0
AddedJan 26, 2026