Skip to main content
Glama

MCP Server

by JeongJaeSoon

servidor mcp

Inicialización

Elija uno de los siguientes métodos de inicialización según su entorno preferido:

Entorno de nodo (recomendado)

Para inicializar el entorno del nodo (instala dependencias, crea el servidor y configura los ajustes de MCP):

make node-init

Entorno Docker

Para inicializar el entorno de Docker (construye la imagen de Docker y configura los ajustes de MCP):

make docker-init

Desarrollo

Uso de Node (recomendado)

Para construir y ejecutar el servidor usando Node:

# Build the server make node-build # Configure the server make node-config

Usando Docker

Para construir y ejecutar el servidor usando Docker:

# Build the Docker image make docker-build # Run the Docker container make docker-run # Stop the Docker container make docker-stop # Clean up Docker resources make docker-clean

Configuración de MCP

La configuración de MCP se actualiza automáticamente al ejecutar make node-config . Si necesita actualizar manualmente la configuración de MCP:

make mcp-refresh

Después de ejecutar el servidor, debe configurar los ajustes de MCP:

  1. Abra la configuración de su IDE
  2. Navegue a la sección de configuración de MCP
  3. Agregue un nuevo servidor MCP con la siguiente configuración:
    • Nombre: Servidor MCP
    • Versión: 1.0.0
    • Ruta: La ruta al ejecutable del servidor creado

Este proyecto se creó con bun init en bun v1.2.5. Bun es un entorno de ejecución de JavaScript rápido y completo.

servidor mcp de muestra

-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Una implementación de servidor configurable que proporciona funcionalidad MCP (Modelo-Controlador-Protocolo), compatible con entornos Node.js y Docker con opciones de configuración e instalación automatizadas.

  1. Inicialización
    1. Entorno de nodo (recomendado)
    2. Entorno Docker
  2. Desarrollo
    1. Uso de Node (recomendado)
    2. Usando Docker
    3. Configuración de MCP
  3. servidor mcp de muestra

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      MCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.
      Last updated -
      0
      4
      TypeScript
      MIT License
    • -
      security
      F
      license
      -
      quality
      A configurable MCP server that dynamically loads capabilities from a remote configuration to bridge MCP clients with remote APIs for executing actions, accessing resources, and utilizing prompt templates.
      Last updated -
      682
      5
      TypeScript
    • A
      security
      A
      license
      A
      quality
      A dynamic service that creates and manages Model Context Protocol (MCP) servers, allowing users to spawn, customize, and control multiple MCP servers as child processes.
      Last updated -
      5
      8
      82
      TypeScript
      MIT License
      • Apple
      • Linux
    • -
      security
      F
      license
      -
      quality
      A comprehensive Node.js server implementing Model Context Protocol (MCP) that enables filesystem operations, process management, and terminal session handling with an enterprise-grade security approach.
      Last updated -
      61,249
      TypeScript

    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/JeongJaeSoon/sample-mcp-server'

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