mailplug-jandi-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mailplug-jandi-mcpSend a JANDI message about my recent emails"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Mailplug JANDI MCP
Mailplug 메일 워크플로우와 JANDI 알림을 연결하기 위한 TypeScript MCP scaffold입니다. 현재 구현은 stdio MCP server와 Streamable HTTP backend를 함께 제공합니다. 실제 Mailplug POP3/SMTP 연동과 JANDI 인증 정보는 나중에 로컬 또는 서버 .env에서 설정하도록 의도적으로 비워 두었습니다.
현재 범위
@modelcontextprotocol/sdk@1.29.0기반 MCP stdio server.Apache reverse proxy 뒤에서 사용할 Streamable HTTP backend (
/mcp,/health).MVP에서 사용할 tool 이름:
mailplug_list_recentjandi_build_messagejandi_send_message
JANDI Incoming Webhook payload builder와 sender.
Mailplug 인증 정보와 POP3 동작 방식이 확정되기 전까지 빈 목록을 반환하는 placeholder recent-message tool.
mcp.nimbustech.co.kr용 Apache vhost 예시. 원격 적용은 별도 승인 후 진행합니다.
Related MCP server: MCP Webhook Server
설정
npm install
cp .env.example .env
npm run check
npm run build.env, 실제 webhook URL, Mailplug app password, token, certificate path, secret은 commit하지 마세요.
환경 변수
Variable | Purpose |
| 향후 POP3/SMTP 연동에 사용할 Mailplug mailbox address. |
| 향후 POP3/SMTP 연동에 사용할 Mailplug app password. |
| 기본값은 |
| 기본값은 |
| 기본값은 |
| 기본값은 |
| JANDI Incoming Webhook URL. 로컬 |
| Public URL, |
| Streamable HTTP backend port, 현재 |
개발 명령어
npm run dev # 로컬 stdio MCP server 실행
npm run dev:http # 로컬 Streamable HTTP backend 실행
npm test # unit test 실행
npm run typecheck # TypeScript 검사만 실행
npm run build # dist/ 출력
npm run check # typecheck + tests배포 문서
이 repo가 재현 가능한 배포 절차와 운영 문서의 source of truth입니다. 서버에는 live runtime file, secret, 그리고 배포 commit, enabled service, certificate 상태, 승인된 host-specific deviation 같은 non-secret live-state note만 둡니다.
docs/deployment.md는 target server shape, 필요한 operator input, preflight check, HTTP/vhost 절차를 문서화합니다.docs/runbook.md는 운영 점검, troubleshooting command, DNS check, secret handling, rollback을 문서화합니다.docs/auth-credential-plan.md는 public/mcpHTTPS 노출 전 필요한 multi-user auth, per-user credential routing, secret storage 요구사항을 문서화합니다.docs/mcp-tooling-notes.md는 MCP SDK,registerTool, Zod schema, agent-facing tool metadata 작성 원칙을 문서화합니다.deploy/apache/에는 Apache 예시가 있습니다.deploy/systemd/에는 systemd 예시가 있습니다.
mcp.nimbustech.co.kr의 DNS target은 49.247.207.165입니다. 변경 직후 resolver별 propagation/cache 지연이 있을 수 있습니다. DNS, certificate 발급, systemd 설치, Apache reload, 배포 타이밍이 명시적으로 승인되기 전까지 live server config를 적용하지 마세요. Public /mcp HTTPS 노출은 docs/auth-credential-plan.md의 auth와 per-user credential routing 요구사항이 구현될 때까지 차단합니다. nimbus에 live-state note가 필요하면 /opt/mailplug-jandi-mcp/DEPLOYMENT_STATE.md에 server-local로 두고 모든 secret은 제외합니다.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/nimbuswsj/mailplug-jandi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server