Stream
БесплатноНе проверенEnables deployment of MCP servers over HTTP, providing ready-to-use tools for text processing, math calculations, and social media content generation, accessibl
Описание
Enables deployment of MCP servers over HTTP, providing ready-to-use tools for text processing, math calculations, and social media content generation, accessible to AI assistants like GitHub Copilot and Claude.
README
What is MCP?
Model Context Protocol (MCP) is an open standard that enables seamless integration between AI assistants and external data sources, tools, and services. MCP acts as a universal bridge, allowing AI models to interact with various tools and databases in a standardized way.
Why We Created This
This project demonstrates how to deploy MCP servers over HTTP, making powerful tools accessible to AI assistants like GitHub Copilot, Claude, and other AI systems. By deploying MCP servers remotely, we can:
- Scale globally: Deploy once, use everywhere
- Share tools: Multiple users can access the same tool endpoints
- Simplify setup: No local installation required
- Enhance AI capabilities: Extend AI assistants with custom functionality
🚀 Live Deployed Servers
We have deployed 3 MCP servers that are ready to use! Each server provides different functionality:
🔧 Available Servers
| Server | Description | Deployed URL |
|---|---|---|
| Echo | Simple echo and text manipulation tools | https://stream-mcp.onrender.com/echo/mcp/ |
| Math | Advanced mathematical operations and calculations | https://stream-mcp.onrender.com/math/mcp/ |
| Social | Social media and content generation tools | https://stream-mcp.onrender.com/Social/mcp/ |
📝 Server Details
Echo Server
- Purpose: Text processing and echo functionality
- Tools: Echo messages, text transformation, string manipulation
- Use Cases: Testing MCP connections, simple text operations
Math Server
- Purpose: Mathematical computations and calculations
- Tools: Basic arithmetic, advanced math functions, statistical operations
- Use Cases: Calculations, data analysis, mathematical problem solving
Social Server
- Purpose: Social media and content tools
- Tools: Content generation, social media formatting, text enhancement
- Use Cases: Social media posts, content creation, text optimization
🔌 Connect to GitHub Copilot
To use these servers with GitHub Copilot, follow these steps:
- Open your MCP configuration file (
mcp.json) for GitHub Copilot - Add the following server configurations:
{
"mcpServers": {
"maths_tools": {
"url": "https://stream-mcp.onrender.com/math/mcp/",
"type": "http"
},
"social_tool": {
"url": "https://stream-mcp.onrender.com/Social/mcp/",
"type": "http"
},
"echo": {
"url": "https://stream-mcp.onrender.com/echo/mcp/",
"type": "http"
}
}
}
- Save the configuration and restart GitHub Copilot
- Start using the tools in your AI conversations!
🛠️ Local Development
If you want to run the servers locally or contribute to the project:
Prerequisites
- Python 3.8+
- pip or uv package manager
Quick Start
Clone the repository:
git clone https://github.com/ai-engineer-devansh-singh/stream_mcp.git cd stream_mcpInstall dependencies:
pip install -r requirements.txtRun the combined server:
python Example/server.pyAccess local endpoints:
- Echo:
http://localhost:10000/echo/mcp/ - Math:
http://localhost:10000/math/mcp/ - Social:
http://localhost:10000/Social/mcp/
- Echo:
📁 Project Structure
├── Example/
│ ├── echo_server.py # Echo MCP server implementation
│ ├── math_server.py # Math MCP server implementation
│ ├── Social.py # Social MCP server implementation
│ └── server.py # Combined FastAPI server
├── docs/ # Documentation and assets
├── pyproject.toml # Project configuration
├── runtime.txt # Python runtime specification
└── server.py # Basic MCP server example
💡 Need Help?
If you encounter any issues while setting up or using these MCP servers, please don't hesitate to reach out:
- GitHub Issues: Create an issue in this repository
- Contact: Feel free to contact me directly for any problems or questions
- LinkedIn: Follow me on LinkedIn for updates and AI engineering content
🤝 Contributing
Contributions are welcome! Feel free to:
- Report bugs
- Suggest new features
- Submit pull requests
- Improve documentation
📜 License
This project is open source and available under the MIT License.
Установка Stream
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/ai-engineer-devansh-singh/stream_mcpFAQ
Stream MCP бесплатный?
Да, Stream MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Stream?
Нет, Stream работает без API-ключей и переменных окружения.
Stream — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Stream в Claude Desktop, Claude Code или Cursor?
Открой Stream на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Stream with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
