Skip to main content
Glama

MCP Server

by JeongJaeSoon

mcp-server

Initialisierung

Wählen Sie je nach Ihrer bevorzugten Umgebung eine der folgenden Initialisierungsmethoden:

Knotenumgebung (empfohlen)

So initialisieren Sie die Node-Umgebung (installieren Abhängigkeiten, erstellen den Server und konfigurieren MCP-Einstellungen):

make node-init

Docker-Umgebung

So initialisieren Sie die Docker-Umgebung (erstellt das Docker-Image und konfiguriert die MCP-Einstellungen):

make docker-init

Entwicklung

Verwendung von Node (empfohlen)

So erstellen und führen Sie den Server mit Node aus:

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

Verwenden von Docker

So erstellen und führen Sie den Server mit Docker aus:

# 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

MCP-Einstellungen

Die MCP-Einstellungen werden automatisch aktualisiert, wenn Sie make node-config ausführen. So aktualisieren Sie die MCP-Einstellungen manuell:

make mcp-refresh

Nachdem Sie den Server ausgeführt haben, müssen Sie die MCP-Einstellungen konfigurieren:

  1. Öffnen Sie Ihre IDE-Einstellungen
  2. Navigieren Sie zum MCP-Konfigurationsbereich
  3. Fügen Sie einen neuen MCP-Server mit den folgenden Einstellungen hinzu:
    • Name: MCP-Server
    • Version: 1.0.0
    • Pfad: Der Pfad zu Ihrer erstellten Server-Ausführbaren Datei

Dieses Projekt wurde mit bun init in bun v1.2.5 erstellt. Bun ist eine schnelle All-in-One-JavaScript-Laufzeitumgebung.

Beispiel-MCP-Server

-
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.

Eine konfigurierbare Serverimplementierung, die MCP-Funktionalität (Model-Controller-Protocol) bietet und sowohl Node.js- als auch Docker-Umgebungen mit automatisierten Setup- und Konfigurationsoptionen unterstützt.

  1. Initialisierung
    1. Knotenumgebung (empfohlen)
    2. Docker-Umgebung
  2. Entwicklung
    1. Verwendung von Node (empfohlen)
    2. Verwenden von Docker
    3. MCP-Einstellungen
  3. Beispiel-MCP-Server

    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