berkayinam/mcp-server
3.2
If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
This is a simple HTTP mode Model Context Protocol (MCP) server compatible with mcp-use and MCP Inspector.
Tools
3
Resources
0
Prompts
0
Simple HTTP MCP Server
Basit bir HTTP modlu MCP (Model Context Protocol) server'ı. mcp-use ve MCP Inspector ile uyumludur.
Özellikler
- HTTP modlu MCP server
- mcp-use uyumlu
- MCP Inspector uyumlu
- CORS desteği
- Basit tool'lar: echo, add, get_time
Endpoint'ler
POST /mcp- MCP mesajlarını handle ederGET /sse- Server-sent events (inspector için)GET /health- Health checkGET /- Server bilgileri
Docker ile Çalıştırma
# Build
docker build -t mcp-http-server .
# Run
docker run -p 8080:8080 mcp-http-server
Yerel Çalıştırma
pip install -r requirements.txt
python server.py
Server http://localhost:8080 adresinde çalışacaktır.
MCP Tool'ları
- echo - Girdi metnini geri döndürür
- add - İki sayıyı toplar
- get_time - Mevcut zamanı döndürür