Skip to main content
Glama

MCP Server Discord Webhook

by genm

MCP 서버 Discord 웹훅

Discord 웹훅에 메시지를 게시하기 위한 MCP 서버입니다.

일본어 README

설치

지엑스피1

Related MCP server: Discord MCP Server

구성

MCP 구성 파일에 다음을 추가하세요.

{ "mcpServers": { "discord-webhook": { "command": "npx", "args": [ "-y", "@genpm/mcp-server-discord-webhook" ], "env": { "DISCORD_WEBHOOK_URL": "your-discord-webhook-url" }, "alwaysAllow": [ "send_message" ] } } }

특징

메시지 보내기

Discord에 메시지를 보냅니다.

매개변수:

  • content : 메시지 내용 (필수)

  • username : 표시 이름(선택 사항)

  • avatar_url : 아바타 URL (선택 사항)

예:

<use_mcp_tool> <server_name>discord-webhook</server_name> <tool_name>send_message</tool_name> <arguments> { "content": "Test message", "username": "Custom Name" } </arguments> </use_mcp_tool>

개발

이 프로젝트는 지속적인 통합과 npm 자동 게시를 위해 GitHub Actions를 사용합니다. 새 버전 태그(예: v1.0.0 )를 푸시하면 자동으로 다음 작업이 수행됩니다.

  1. 패키지 빌드

  2. 테스트 실행

  3. npm에 게시

  4. GitHub 릴리스 만들기

릴리스 프로세스에 대한 자세한 내용은 CHANGELOG.md를 참조하세요.

특허

MIT

작가

One-click Deploy
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Latest Blog Posts

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/genm/mcp-server-discord-webhook'

If you have feedback or need assistance with the MCP directory API, please join our Discord server