Ntop Ai Helper
БесплатноНе проверенTroubleshoot nTop issues with AI-powered error diagnosis, swarm analysis, screen capture, and macro automation.
Описание
Troubleshoot nTop issues with AI-powered error diagnosis, swarm analysis, screen capture, and macro automation.
README
MCP server that helps troubleshoot nTop issues with:
- AI diagnosis (
diagnose_ntop_error) - 20-agent parallel swarm mode (
swarm_diagnose_ntop) - Screen capture (
capture_screen) - Macro automation (
save_macro,list_macros,run_macro) - Optional direct terminal execution (
run_terminal_command)
Quick Start
cd "$HOME\Documents\ntop-ai-helper-mcp"
npm install
npm run build
Run directly:
npm start
Run in dev mode:
npm run dev
Environment Variables
Copy .env.example to .env and set values:
OPENAI_API_KEY(required for real AI diagnosis/swarm)OPENAI_MODEL(default:gpt-5.2)ENABLE_COMMAND_TOOL(falseby default; set totrueto allow shell command tool)
MCP Client Config Example
Use the built server file as the MCP command target:
{
"mcpServers": {
"ntop-ai-helper": {
"command": "node",
"args": [
"C:\\Users\\sohum\\Documents\\ntop-ai-helper-mcp\\dist\\server.js"
],
"env": {
"OPENAI_API_KEY": "YOUR_KEY_HERE",
"OPENAI_MODEL": "gpt-5.2",
"ENABLE_COMMAND_TOOL": "false"
}
}
}
}
Tools
capture_screen- Inputs:
label? - Output: file path to PNG in
captures/
- Inputs:
list_macros- Inputs: none
- Output: all macros from
data/macros.json
save_macro- Inputs:
name,description?,steps[] - Step types:
sleep:{ "type": "sleep", "ms": 500 }sendKeys:{ "type": "sendKeys", "keys": "^l" }command:{ "type": "command", "command": "dir" }
- Inputs:
run_macro- Inputs:
name,dryRun? - Executes macro step-by-step and returns a run report
- Inputs:
diagnose_ntop_error- Inputs:
errorText,context?,goal? - Uses OpenAI if available; otherwise local fallback heuristics
- Inputs:
swarm_diagnose_ntop- Inputs:
errorText,context?,goal?,agentCount? - Runs up to 40 agents in parallel (default 20), plus final synthesis
- Inputs:
run_terminal_command- Inputs:
command,cwd?,timeoutMs? - Disabled by default for safety
- Inputs:
Notes
- Screen capture and
sendKeysare Windows-oriented. - Macro steps are intentionally explicit for predictable automation.
- If you want stricter safety, keep
ENABLE_COMMAND_TOOL=false.
Установка Ntop Ai Helper
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/sohumsuthar/ntop-ai-helper-mcpFAQ
Ntop Ai Helper MCP бесплатный?
Да, Ntop Ai Helper MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Ntop Ai Helper?
Нет, Ntop Ai Helper работает без API-ключей и переменных окружения.
Ntop Ai Helper — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Ntop Ai Helper в Claude Desktop, Claude Code или Cursor?
Открой Ntop Ai Helper на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Ntop Ai Helper with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
