nuclei-mcp-plugin

OrangeO2/nuclei-mcp-plugin
★ 0 stars Java AI/LLM Updated today
Eclipse Plugin + MCP Server for NucleiStudio IDE - AI-driven embedded development automation (芯原杯)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nuclei-mcp-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "OrangeO2/nuclei-mcp-plugin"
      ]
    }
  }
}

README Excerpt

> 芯原杯嵌入式决赛项目:通过 MCP (Model Context Protocol) 将 NucleiStudio IDE 与 AI 助手(如 Trae)连接,实现嵌入式开发的自动化与低门槛优化。 本工具是一个 **Eclipse 插件**(部署到 NucleiStudio IDE),同时作为 **MCP Server** 对接 Trae 等 AI Agent,实现三大核心能力: 1. **智能编译调试** — AI 自动触发编译、诊断错误、应用修复 2. **性能优化分析** — gprof/gcov 全自动闭环 + RISC-V DSP 指令优化推荐 3. **项目向导与知识库** — RISC-V ISA/CSR/外设/DSP intrinsic 专属知识库

Tools (6)

nuclei_diagnose_compile_errornuclei_diagnose_crashnuclei_explain_registernuclei_optimize_hotspotnuclei_review_codenuclei_setup_project