Stats
Actions
Tags
From discord-remote
Custom MCP server that runs locally via Bun. The 'line' key and lack of environment variables make its exact purpose unclear from configuration alone.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"discord-remote": {
"command": "bun",
"args": [
"run",
"--cwd",
"${CLAUDE_PLUGIN_ROOT}",
"--shell=bun",
"--silent",
"start"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
bunCommand-line arguments passed to the server process
npx claudepluginhub lizardliang/lizard-market --plugin discord-remote