Mi MCP Server
Enables GitHub Copilot in VS Code to invoke the server's tools (echo, sum, get_current_time) and resources.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Mi MCP Serversum 5 and 3"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🚀 Mi MCP Server
Un servidor del Model Context Protocol (MCP) construido con TypeScript que se conecta con cualquier cliente MCP como Claude, VS Code, Cursor y más
📋 Tabla de Contenidos
Related MCP server: MCP Server Boilerplate
✨ Características
✅ Herramientas (Tools): Funciones que la IA puede ejecutar
✅ Recursos (Resources): Datos estructurados que la IA puede leer
✅ Prompts: Plantillas de instrucciones reutilizables
✅ Compatible con múltiples clientes: VS Code, Claude Desktop, Cursor y más
✅ TypeScript: Código tipado y moderno
✅ Fácil de extender: Añade tus propias herramientas en minutos
🛠️ Herramientas Disponibles
Herramienta | Descripción | Ejemplo |
| Devuelve el mensaje que recibe |
|
| Suma dos números |
|
| Muestra la hora actual |
|
| Saludo personalizado |
|
| Plantilla para resumir texto | Pide resumir cualquier texto |
📦 Requisitos Previos
🚀 Instalación
1. Clonar el repositorio
git clone https://github.com/tu-usuario/mcp-server.git
cd mcp-server2. Instalar Dependencias
pnpm install3. Compilar el proyecto
pnpm run build4. Ejecutar el servidor
pnpm startConfiguración para Clientes
Crea el archivo .vscode/mcp.json con el siguiente contenido:
{
"servers": {
"mi-servidor": {
"command": "node",
"args": ["dist/index.js"]
}
}
}Abre VS Code en la carpeta del proyecto
Asegúrate de tener la extensión GitHub Copilot instalada
En Copilot Chat, ya puedes usar las herramientas del servidor
Estructura del Proyecto
mcp-server/
├── .vscode/
│ └── mcp.json # Configuración para VS Code
├── dist/ # Código compilado
├── src/
│ └── index.ts # Código fuente del servidor
├── scripts/
│ └── install-desktop.js # Script para Claude Desktop
├── package.json # Dependencias y scripts
├── tsconfig.json # Configuración TypeScript
└── README.md # Este archivoLicencia
Este proyecto está bajo la Licencia MIT. Ver el archivo LICENSE para más detalles.
Agradecimientos
Model Context Protocol - El protocolo que hace esto posible
Anthropic - Por Claude y el soporte a MCP
Comunidad de desarrolladores MCP
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
- AlicenseCqualityFmaintenanceA TypeScript-based MCP server designed for experimentation and integration with Calude Desktop and Cursor IDE, offering a modular playground for extending server capabilities.23537MIT
- Flicense-qualityDmaintenanceA starter template for building MCP servers with TypeScript support, example tools, and automated installation scripts for Claude Desktop, Cursor, and other MCP-compatible AI assistants. Provides a foundation for creating custom tools, resource providers, and prompt templates.32
- -license-quality-maintenanceA production-ready TypeScript MCP server providing basic tools (add, echo, timestamp), resources (server info, greetings, data access), and prompt templates (analyze, code-review, summarize). Serves as a foundation for building custom MCP servers with extensible architecture.353
- AlicenseBqualityCmaintenanceA TypeScript-based MCP server that provides tools to interact with local Codex and Gemini CLIs via stdio transport. It enables users to execute prompts through the ask_codex and ask_gemini tools, supporting custom models and timeout configurations.1125MIT
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
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/RoyserVillanueva/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server