Skip to main content
Glama

MCP Weather Server

by FacuPVe

Introducción a los MCP

En este proyecto se han seguido los pasos del vídeo de Midudev: https://www.youtube.com/watch?v=wnHczxwukYY junto con otra documentación educativa para aprender sobre los MCP (Model Context Protocol) y crear mi primer MCP.

Descripción

Se han hecho pruebas con Claude para comprobar el funcionamiento de los MCP con los archivos de mi equipo y una base de datos postgress junto con la creación de un MCP personalizado.

Herramientas/tecnologías utilizadas:

Creación del proyecto

mkdir mcp-weather cd mcp-weather pnpm init # Creará el package.json

A partir de este punto quedaría crear el archivo main.ts y seguir los pasos del video.

Dependencias

pnpm add @modelcontextprotocol/sdk zod pnpm add -D tsx

Estructura del proyecto

  • main.ts: Código fuente del servidor MCP.
  • package.json: Dependencias y scripts del proyecto.
  • .gitignore: Archivos y carpetas ignorados por git.
  • pnpm-lock.yaml: Archivo de bloqueo de dependencias (ignorado en git).
  • README.md: Documentación del proyecto.
-
security - not tested
F
license - not found
-
quality - not tested

A demonstration MCP server created for learning purposes, allowing Claude AI to interact with local files and a Postgres database while implementing a custom Model Context Protocol.

  1. Descripción
    1. Creación del proyecto
      1. Dependencias
        1. Estructura del proyecto

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            An MCP server that implements Claude Code-like functionality, allowing the AI to analyze codebases, modify files, execute commands, and manage projects through direct file system interactions.
            Last updated -
            174
            Python
            MIT License
            • Apple
            • Linux
          • A
            security
            F
            license
            A
            quality
            MCP server that allows Claude AI to interact directly with MySQL databases, enabling query execution and table information retrieval through natural language.
            Last updated -
            1
            6
            3
            JavaScript
          • -
            security
            A
            license
            -
            quality
            A comprehensive MCP (Model Context Protocol) server for file system operations, providing Claude and other AI assistants with access to local files and directories.
            Last updated -
            Python
            MIT License
            • Apple
            • Linux
          • A
            security
            F
            license
            A
            quality
            A Machine Context Protocol server that enables Claude AI to interact with tools through a structured communication interface, following standard MCP patterns with server initialization and stdio transport.
            Last updated -
            1
            TypeScript
            • Apple
            • Linux

          View all related MCP servers

          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/FacuPVe/intro-mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server