MCP Server
mcpサーバー
初期化
優先する環境に応じて、次のいずれかの初期化方法を選択します。
ノード環境(推奨)
Node 環境を初期化するには (依存関係をインストールし、サーバーを構築し、MCP 設定を構成します):
make node-initDocker環境
Docker 環境を初期化するには (Docker イメージをビルドし、MCP 設定を構成します)。
make docker-initRelated MCP server: MCP Server Demo
発達
Node の使用 (推奨)
Node を使用してサーバーを構築および実行するには:
# Build the server
make node-build
# Configure the server
make node-configDockerの使用
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-cleanMCP設定
MCP設定は、 make node-configを実行すると自動的に更新されます。MCP設定を手動で更新する必要がある場合は、以下の手順に従ってください。
make mcp-refreshサーバーを実行した後、MCP 設定を構成する必要があります。
IDE設定を開く
MCP構成セクションに移動する
次の設定で新しい MCP サーバーを追加します。
名前: MCP サーバー
バージョン: 1.0.0
パス: ビルドしたサーバーの実行ファイルへのパス
このプロジェクトは、bun v1.2.5 のbun initを使用して作成されました。Bunは高速なオールインワン JavaScript ランタイムです。
サンプルMCPサーバー
This server cannot be deployed
Maintenance
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
A Model Context Protocol (MCP) server for Selise Blocks Cloud integration
The official MCP Server for the Mux API
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceA generic, modular server for implementing the Model Context Protocol (MCP).64 npm45ISC
- FlicenseBqualityDmaintenanceA Model Context Protocol server implementation that can be run directly or through Docker, enabling AI assistants to interact with external systems through the MCP standard.2-
- FlicenseBqualityDmaintenanceA template MCP server that provides a basic structure and configuration for building Model Context Protocol servers. Includes Docker support, environment configuration, and examples for both STDIO and SSE transport modes.1-
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server designed for learning and experimentation. It provides a foundational setup for developers to build, run, and debug MCP server implementations using Node.js.-