Skip to main content
Glama
lilyzhng

cursor-discord-channels

by lilyzhng

cursor-discord-channels

Claude Code --channels plugin:discord for Cursor — always-on Discord agents on your own server (droplet, VPS, or local).

Problem

GeniusTeam runs four always-on agents (Bill, Lucy, Andrej, Jackie) on a DigitalOcean droplet via:

claude --channels plugin:discord@claude-plugins-official --dangerously-skip-permissions

Cursor has Discord MCP tools in the IDE (ported from claude-plugins-official), but no headless channels bridge for cursor agent on a server. This repo fills that gap.

Related MCP server: Discord Bridge MCP Server

What exists vs what's missing

Layer

Status

Discord MCP (reply, fetch_messages, access control)

✅ Port from lilyzhng/claude-plugins-official fork

Inbound push (Discord → agent session)

This repo

Headless cursor agent -p + MCP

⚠️ Validate on droplet (--yolo --approve-mcps)

Multi-agent fleet routing

🔜 Phase 2 (port fleet-discord ideas)

Docs

Status

MVP in progress — bridge daemon + ported MCP server. Phase 0 droplet validation pending.

Quick start (local)

git clone https://github.com/lilyzhng/cursor-discord-channels.git
cd cursor-discord-channels
npm install

# ~/.cursor/channels/discord/.env
# DISCORD_BOT_TOKEN=...

cursor agent login   # subscription OAuth — NOT API key (see docs/AUTH.md)

# Copy MCP config into your agent repo
cp examples/mcp.json /path/to/your-repo/.cursor/mcp.json
# Edit cwd in mcp.json to this repo path

export CURSOR_CWD=/path/to/your-repo
npm run bridge

See PLAN.md for phases.

  • Lily's Discord fork: lilyzhng/claude-plugins-official (trustedBots, groups["*"])

  • GeniusTeam droplet setup: GeniusTeam/scripts/sync-discord-plugin.sh, genius-builder.service

  • Closest prior art: cursor-claw (editor-first, slash commands — not drop-in)

License

MIT

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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/lilyzhng/cursor-discord-channels'

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