Skip to main content
Glama
rudeeh

init-mcp-server

by rudeeh

init-mcp-server

Express + SSE 전송을 사용하는 클라우드 배포 가능한 Model Context Protocol (MCP) 서버입니다. Render(무료 티어)에 바로 배포하고 사용자 지정 연결 앱으로 Gemini에 연결할 수 있습니다.

포함된 도구

도구

설명

echo

입력 텍스트를 그대로 반환합니다(연결 테스트)

add_numbers

두 숫자를 더합니다

get_current_time

현재 UTC 시간을 ISO-8601 형식으로 반환합니다

reverse_text

문자열을 뒤집습니다

Related MCP server: Python MCP Server

빠른 시작

npm install
npm run build
npm start

Render에 배포

  1. 이 저장소를 GitHub에 푸시합니다.

  2. Render 대시보드 -> New -> Blueprint로 이동합니다.

  3. 저장소를 연결하고 Apply를 클릭합니다(render.yaml이 나머지를 처리합니다).

  4. HTTPS URL을 복사하고 /sse로 Gemini에 연결합니다.

Gemini에 연결

  1. Gemini 열기 -> Settings -> Connected Apps로 이동합니다.

  2. 사용자 지정 앱 링크 추가: https://your-service.onrender.com/sse

  3. Gemini가 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를 수정합니다.

  1. tools 배열에 새 항목을 추가합니다.

  2. switch 문에 일치하는 case를 추가합니다.

  3. 다시 빌드하고 재배포합니다.

F
license - not found
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    D
    quality
    D
    maintenance
    A 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
  • A
    license
    Not graded
    quality
    D
    maintenance
    A 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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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