Mcp Debug Server

Mcp Debug Server

🚀 环境配置

📦 克隆仓库

git clone https://github.com/gusteycamargo/mcp-debug-server.git
cd mcp-debug-server

📥 安装依赖项

yarn install

⚙️ 配置环境变量

在项目根目录下创建一个 .env 文件,添加以下变量:

DISCORD_TOKEN=你的Discord令牌
DISCORD_STAGING_CHANNEL_ID= staging渠道的ID
DISCORD_PRODUCTION_CHANNEL_ID= 生产渠道的ID
DISCORD_DEVELOPMENT_CHANNEL_ID= 开发渠道的ID

🛠️ 开发

🔨 编译项目

yarn build

➕ 将MCP添加到Cursor

{
"mcpServers": {
"mcp-debug-server": {
"command": "node",
"args": ["path/to/mcp-debug-server/build/index.js"]
}
}
}
  • 0 关注
  • 0 收藏,24 浏览
  • system 提出于 2025-10-03 18:21

相似服务问题

相关AI产品