MCP Server Example
MCP Server Example
Servidor MCP (Model Context Protocol) basado en Node.js / Express / TypeScript
Cómo ejecutar
Ejecución local
npm install
npm run build
npm start
# 인증 토큰과 함께 실행
TOKEN=your_token npm startEjecución con Docker
docker build -t mcp-server-node .
docker run -p 3000:3000 -e TOKEN=your-secret-token mcp-server-nodeRelated MCP server: CloudTypeJ MCP Server
Despliegue
클라우드타입
Seleccionar plantilla :
MCP Server - Node.js
Desplegar
Node v22
Variables de entorno
TOKEN: establece el token a usar para autenticación (token usado al autenticar)Comando de compilación
npm run buildComando de inicio
npm start
Verificar información de conexión
Dirección de conexión MCP - https://<dirección del dominio de vista previa desplegada>/mcp
Actualización Después de hacer commit y push del código, despliega con el botón
배포하기en la pestaña설정.
Guía de YouTube
Automatización de despliegue
Autenticación
Se utiliza autenticación con token Bearer:
Variables de entorno:
TOKENEncabezado:
Authorization: Bearer your-token
Herramientas compatibles
user_list - Consultar lista de usuarios
user_statistics - Consultar métricas de usuarios
calculator - Ejemplo de calculadora
create_task : Crear tarea
complete_task : Completar tarea
list_tasks : Consultar lista de tareas
Variables de entorno
TOKEN : Token Bearer (obligatorio)
Cómo usar
Porter AI
Solución de problemas
Licencia
MIT License
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
The official MCP Server from Mia-Platform to interact with Mia-Platform Console
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
An MCP server that provides an API to LLMs to manage their JumpCloud resources.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA Node.js MCP server providing user management, task management, and calculator tools with Bearer token authentication, deployable on Cloudtype.155MIT

CloudTypeJ MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceMCP server providing calculator, user list, and statistics tools with Bearer Token authentication.225MIT- AlicenseNot gradedqualityDmaintenanceA simple MCP server for task management with Bearer token authentication, supporting create, complete, and list tasks operations.7MIT
- AlicenseNot gradedqualityCmaintenanceA Node.js MCP server example with user management, task management, and calculator tools. Supports authentication via bearer token and can be deployed locally or via Docker.15MIT
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/legotec73/MCPserverExample'
If you have feedback or need assistance with the MCP directory API, please join our Discord server