simple-greeting-mcp
A minimal MCP server that provides a single 'hello' tool returning a greeting message, deployable on Render.
README
Simple Greeting MCP Server
FastMCP를 사용하는 아주 작은 streamable HTTP MCP 서버입니다.
제공하는 tool은 hello 하나이며, 호출하면 다음 문장을 반환합니다.
안녕하세요. 이 문장은 Render에 배포된 MCP 서버에서 온 응답입니다.
설치
pip install -r requirements.txt
실행
기본 포트는 8000입니다.
python3 server.py
포트를 바꾸려면 PORT 환경 변수를 지정합니다.
PORT=8080 python3 server.py
서버가 실행되면 다음 URL을 사용합니다.
Health check: http://localhost:8000/health
MCP endpoint: http://localhost:8000/mcp
Codex에 등록
streamable HTTP MCP 서버는 url로 등록합니다.
로컬 실행 서버를 등록하는 예시는 다음과 같습니다.
[mcp_servers.simple-greeting]
url = "http://localhost:8000/mcp"
Render에 배포한 경우에는 Render 서비스 URL의 /mcp 경로를 사용합니다.
[mcp_servers.simple-greeting]
url = "https://your-render-service.onrender.com/mcp"
설정 파일은 보통 ~/.codex/config.toml에 둡니다. 프로젝트에만 적용하려면 신뢰된 프로젝트의 .codex/config.toml에 둘 수도 있습니다.
확인
헬스체크:
curl http://localhost:8000/health
응답 예시:
{"status":"ok"}
Codex에서는 새 세션을 시작한 뒤 /mcp로 등록된 서버와 tool 목록을 확인할 수 있습니다.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.