gusteycamargo/mcp-debug-server
If you are the rightful owner of mcp-debug-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This document provides a guide to setting up and using the MCP Debug Server, a tool for managing Discord bot environments.
🚀 Configuração do Ambiente
- Clone o repositório:
git clone https://github.com/gusteycamargo/mcp-debug-server.git
cd mcp-debug-server
- Instale as dependências:
yarn install
- Configure as variáveis de ambiente:
Crie um arquivo
.env
na raiz do projeto com as seguintes variáveis:
DISCORD_TOKEN=seu_token_do_discord
DISCORD_STAGING_CHANNEL_ID=id_do_canal_staging
DISCORD_PRODUCTION_CHANNEL_ID=id_do_canal_producao
DISCORD_DEVELOPMENT_CHANNEL_ID=id_do_canal_desenvolvimento
🛠️ Desenvolvimento
- Para compilar o projeto:
yarn build
Adicionando o MCP ao Cursor
{
"mcpServers": {
"mcp-debug-server": {
"command": "node",
"args": ["path/to/mcp-debug-server/build/index.js"]
}
}
}