MCP Server
mcp 서버
초기화
선호하는 환경에 따라 다음 초기화 방법 중 하나를 선택하세요.
노드 환경(권장)
노드 환경을 초기화하려면(종속성 설치, 서버 빌드, MCP 설정 구성):
지엑스피1
도커 환경
Docker 환경을 초기화하려면(Docker 이미지를 빌드하고 MCP 설정을 구성하려면):
make docker-initRelated MCP server: MCP Server Demo
개발
노드 사용(권장)
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 설정
make node-config 실행하면 MCP 설정이 자동으로 새로 고쳐집니다. 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.-