Skip to main content
Glama

MCP-Discord

by jar285
MIT License
25
1
  • Linux
  • Apple
start-mcp.js238 B
// Custom wrapper script to redirect console.log to stderr const originalConsoleLog = console.log; console.log = function() { console.error.apply(console, arguments); }; // Load the actual MCP-Discord server import './build/index.js';

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/jar285/mcp-discord'

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