loading…
Search for a command to run...
loading…
A demonstration server implementing the Model Context Protocol with Server-Sent Events for streaming content production and management.
A demonstration server implementing the Model Context Protocol with Server-Sent Events for streaming content production and management.
This is a demonstration server implementing the Model Context Protocol (MCP) with Server-Sent Events (SSE). It provides a practical example of how to build a server that can handle streaming content production and management.
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
uv pip install -r requirements.txt
python server.py
The server will start on http://localhost:8080 by default.
For deployment on Sevalla, make sure to select Dockerfile based build environment!
To use this server in Cursor, paste the following in your mcp.json file:
"demo-mcp": {
"url": "https://<your-mcp-server-domain>/sse"
}
Make sure to replace <your-mcp-server-domain> with the actual domain of your server.
Run in your terminal:
claude mcp add python-demo-mcp-server -- npx Security
Low riskAutomated heuristic from public metadata — not a security guarantee.