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

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

    • A
      security
      A
      license
      A
      quality
      A powerful Model Context Protocol (MCP) server for Docker operations, enabling seamless container and compose stack management through Claude AI.
      Last updated -
      4
      160
      Python
      MIT License
      • Apple
    • -
      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 -
      932
      4
      TypeScript
    • -
      security
      A
      license
      -
      quality
      An MCP server that allows managing Docker containers through natural language, enabling users to compose, introspect, and debug containers without running commands themselves.
      Last updated -
      468
      Python
      GPL 3.0
      • Apple
    • -
      security
      F
      license
      -
      quality
      A Node.js application that provides a Model Context Protocol server for interacting with Harbor container registry, supporting operations for projects, repositories, tags, and Helm charts.
      Last updated -
      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