init-mcp-server
init-mcp-server
一个可云部署的 Model Context Protocol (MCP) 服务器,使用 Express + SSE 传输。 可部署到 Render(免费套餐),并作为自定义关联应用连接到 Gemini。
内置工具
工具 | 描述 |
| 回显输入文本(连接测试) |
| 将两个数字相加 |
| 以 ISO-8601 格式返回当前 UTC 时间 |
| 反转字符串 |
Related MCP server: Python MCP Server
快速开始
npm install
npm run build
npm start部署到 Render
将此仓库推送到 GitHub
前往 Render Dashboard -> 新建 -> Blueprint
连接仓库并点击 应用(render.yaml 负责其余部分)
复制你的 HTTPS URL,并通过
/sse连接 Gemini
连接到 Gemini
打开 Gemini -> 设置 -> 关联应用
添加自定义应用链接:
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