Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Python Demo Server

БесплатноНе проверен

A demonstration server implementing the Model Context Protocol with Server-Sent Events for streaming content production and management.

GitHubEmbed

Описание

A demonstration server implementing the Model Context Protocol with Server-Sent Events for streaming content production and management.

README

Introduction

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.

Getting Started

  1. Set up your Python environment
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install the required packages
uv pip install -r requirements.txt

Run the server

Development Environment

python server.py

The server will start on http://localhost:8080 by default.

Production Environment

For deployment on Sevalla, make sure to select Dockerfile based build environment!

Usage in Cursor

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.

from github.com/sevalla-templates/python-demo-mcp-server

Установка Python Demo Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/sevalla-templates/python-demo-mcp-server

FAQ

Python Demo Server MCP бесплатный?

Да, Python Demo Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Python Demo Server?

Нет, Python Demo Server работает без API-ключей и переменных окружения.

Python Demo Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Python Demo Server в Claude Desktop, Claude Code или Cursor?

Открой Python Demo Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Python Demo Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development