init-mcp-server
init-mcp-server
Express + SSE 전송을 사용하는 클라우드 배포 가능한 Model Context Protocol (MCP) 서버입니다. Render(무료 티어)에 바로 배포하고 사용자 지정 연결 앱으로 Gemini에 연결할 수 있습니다.
포함된 도구
도구 | 설명 |
| 입력 텍스트를 그대로 반환합니다(연결 테스트) |
| 두 숫자를 더합니다 |
| 현재 UTC 시간을 ISO-8601 형식으로 반환합니다 |
| 문자열을 뒤집습니다 |
Related MCP server: Python MCP Server
빠른 시작
npm install
npm run build
npm startRender에 배포
이 저장소를 GitHub에 푸시합니다.
Render 대시보드 -> New -> Blueprint로 이동합니다.
저장소를 연결하고 Apply를 클릭합니다(render.yaml이 나머지를 처리합니다).
HTTPS URL을 복사하고
/sse로 Gemini에 연결합니다.
Gemini에 연결
Gemini 열기 -> Settings -> Connected Apps로 이동합니다.
사용자 지정 앱 링크 추가:
https://your-service.onrender.com/sseGemini가 4개의 도구를 모두 자동으로 감지합니다.
프로젝트 구조
src/
index.ts # Express server + SSE transport
tools.ts # Tool definitions and handlers
render.yaml # Render deployment config
package.json
tsconfig.json나만의 도구 추가하기
src/tools.ts를 수정합니다.
tools배열에 새 항목을 추가합니다.switch 문에 일치하는
case를 추가합니다.다시 빌드하고 재배포합니다.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceAn MCP (Model Context Protocol) server implementation using HTTP SSE (Server-Sent Events) connections with built-in utility tools including echo, time, calculator, and weather query functionality.2
- FlicenseDqualityDmaintenanceA demonstration MCP server built with fastmcp that provides basic utility tools including number addition and greeting functionality. Integrates with Gemini CLI to enable natural language interaction with simple mathematical and greeting operations.2
- AlicenseNot gradedqualityDmaintenanceA self-contained, dependency-free MCP server that provides utility tools for time, date, mathematical calculations, and shell command execution. It supports remote connectivity through SSE and is designed for easy deployment via Docker.GPL 3.0
- FlicenseNot gradedqualityCmaintenanceA basic MCP server demonstrating tool registration and SSE transport, enabling AI clients to call greeting, arithmetic, and time tools.
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rudeeh/init-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server