init-mcp-server
init-mcp-server
クラウドにデプロイ可能な**Model Context Protocol (MCP)**サーバーです。ExpressとSSEトランスポートを使用しています。 Render(無料プラン)にデプロイでき、カスタム接続アプリとしてGeminiに接続できます。
含まれるツール
ツール | 説明 |
| 入力テキストをそのまま返します(接続テスト) |
| 2つの数値を加算します |
| 現在のUTC時刻をISO-8601形式で返します |
| 文字列を逆転します |
Related MCP server: Python MCP Server
クイックスタート
npm install
npm run build
npm startRenderにデプロイする
このリポジトリをGitHubにプッシュします
Render Dashboard > New > Blueprint に移動します
リポジトリを接続してApplyをクリックします(render.yamlが残りを処理します)
HTTPS URLをコピーし、
/sseでGeminiに接続します
Geminiに接続する
Geminiを開き、設定 -> 接続済みアプリの順に移動します
カスタムアプリのリンクに
https://your-service.onrender.com/sseを追加します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を編集します:
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