Logo
Explore Help
Register Sign In
zhanj/claude-plugins-official
1
0
Fork 0
You've already forked claude-plugins-official
mirror of https://github.com/anthropics/claude-plugins-official.git synced 2026-04-30 15:02:40 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
3de6a94eb9b23e79c3e36cccf03f100f35f16e47
claude-plugins-official/external_plugins/discord/package.json

15 lines
306 B
JSON
Raw Normal View History

Add discord channel plugin (#736) Discord messaging bridge for Claude Code. Runs a local MCP server that connects to Discord's Gateway via a user-created bot token. Built-in access control: inbound messages are gated by an allowlist (default: pairing mode), outbound sends are scoped to the same allowlist. Guild channels require opt-in and @mention. The /discord:access skill manages pairing, allowlists, and policy. Ships full source — server.ts runs locally via bun, started by the .mcp.json command.
2026-03-18 16:46:41 -07:00
{
"name": "claude-channel-discord",
"version": "0.0.1",
"license": "Apache-2.0",
"type": "module",
"bin": "./server.ts",
"scripts": {
"start": "bun install --no-summary && bun server.ts"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"discord.js": "^14.14.0"
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 25ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API