Skip to main content
Glama

MCP Server

by JeongJaeSoon

mcpサーバー

初期化

優先する環境に応じて、次のいずれかの初期化方法を選択します。

ノード環境(推奨)

Node 環境を初期化するには (依存関係をインストールし、サーバーを構築し、MCP 設定を構成します):

make node-init

Docker環境

Docker 環境を初期化するには (Docker イメージをビルドし、MCP 設定を構成します)。

make docker-init

発達

Node の使用 (推奨)

Node を使用してサーバーを構築および実行するには:

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

Dockerの使用

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

MCP設定

MCP設定は、 make node-configを実行すると自動的に更新されます。MCP設定を手動で更新する必要がある場合は、以下の手順に従ってください。

make mcp-refresh

サーバーを実行した後、MCP 設定を構成する必要があります。

  1. IDE設定を開く
  2. MCP構成セクションに移動する
  3. 次の設定で新しい MCP サーバーを追加します。
    • 名前: MCP サーバー
    • バージョン: 1.0.0
    • パス: ビルドしたサーバーの実行ファイルへのパス

このプロジェクトは、bun v1.2.5 のbun initを使用して作成されました。Bun高速なオールインワン JavaScript ランタイムです。

サンプルMCPサーバー

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

MCP (モデル コントローラー プロトコル) 機能を提供する構成可能なサーバー実装で、自動化されたセットアップと構成オプションを使用して Node.js と Docker 環境の両方をサポートします。

  1. 初期化
    1. ノード環境(推奨)
    2. Docker環境
  2. 発達
    1. Node の使用 (推奨)
    2. Dockerの使用
    3. MCP設定
  3. サンプルMCPサーバー

    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