Docker 설정 가이드 - CRM MCP 서버
Description
# Docker 설정 가이드 - CRM MCP 서버 이 가이드는 Model Context Protocol (MCP) 서버를 Docker 이미지로 빌드하고 배포하는 방법을 설명합니다. ## 1. 프로젝트 개요 이 프로젝트는 Spring AI를 사용하여 MCP 서버를 구현하였으며, 주요 기능은 다음과 같습니다: - CRM 캠페인 생성 - 타겟팅 룰 설정 - 이메일 콘텐츠 생성 - 캠페인 스케줄 설정 ## 2. Docker 설정 내용 ### Dockerfile 설명 ```dockerfile #…
About
# Docker 설정 가이드 - CRM MCP 서버 이 가이드는 Model Context Protocol (MCP) 서버를 Docker 이미지로 빌드하고 배포하는 방법을 설명합니다. ## 1. 프로젝트 개요 이 프로젝트는 Spring AI를 사용하여 MCP 서버를 구현하였으며, 주요 기능은 다음과 같습니다: - CRM 캠페인 생성 - 타겟팅 룰 설정 - 이메일 콘텐츠 생성 - 캠페인 스케줄 설정 ## 2. Docker 설정 내용 ### Dockerfile 설명 ```dockerfile # Simple Dockerfile for MCP Server that uses…
Details
- Author
- pamaybg
- Downloads
- 322
- Categories
- Search
Jump to
- JDK 17 기반 경량 Docker 이미지 사용
- 표준 입출력(STDIO) 방식으로 동작
- CRM 캠페인 생성 기능 제공
- 타겟팅 룰 설정 지원
- 이메일 콘텐츠 자동 생성
- 캠페인 스케줄 설정 가능
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Docker 설정 가이드 - CRM MCP 서버Command (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Docker Desktop과 Docker Hub 계정이 필요합니다. 로컬에서 JAR 파일을 빌드한 후 제공된 스크립트(build_and_push.sh 또는 build_and_push.bat)를 실행하여 이미지를 빌드하고 푸시합니다. 실행은 docker run -i --rm yoonbeopgong/crm-mcp-server 명령어로 합니다.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"docker \uc124\uc815 \uac00\uc774\ub4dc - crm mcp \uc11c\ubc84": {
"crm-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"yoonbeopgong/crm-mcp-server"
]
}
}
}
}
McpServers
{
"crm-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"yoonbeopgong/crm-mcp-server"
]
}
}
Docker 설정 가이드 - CRM MCP 서버
이 가이드는 Model Context Protocol (MCP) 서버를 Docker 이미지로 빌드하고 배포하는 방법을 설명합니다.
1. 프로젝트 개요
이 프로젝트는 Spring AI를 사용하여 MCP 서버를 구현하였으며, 주요 기능은 다음과 같습니다:
- CRM 캠페인 생성
- 타겟팅 룰 설정
- 이메일 콘텐츠 생성
- 캠페인 스케줄 설정
2. Docker 설정 내용
Dockerfile 설명
```dockerfile
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

