ntop-ai-helper-mcp
Provides AI-powered diagnosis of nTop errors and supports parallel swarm diagnosis with multiple agents using OpenAI models.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ntop-ai-helper-mcpdiagnose this error: Failed to generate lattice structure"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ntop-ai-helper-mcp
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 buildRun directly:
npm startRun in dev mode:
npm run devRelated MCP server: Blender MCP Senpai
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_screenInputs:
label?Output: file path to PNG in
captures/
list_macrosInputs: none
Output: all macros from
data/macros.json
save_macroInputs:
name,description?,steps[]Step types:
sleep:{ "type": "sleep", "ms": 500 }sendKeys:{ "type": "sendKeys", "keys": "^l" }command:{ "type": "command", "command": "dir" }
run_macroInputs:
name,dryRun?Executes macro step-by-step and returns a run report
diagnose_ntop_errorInputs:
errorText,context?,goal?Uses OpenAI if available; otherwise local fallback heuristics
swarm_diagnose_ntopInputs:
errorText,context?,goal?,agentCount?Runs up to 40 agents in parallel (default 20), plus final synthesis
run_terminal_commandInputs:
command,cwd?,timeoutMs?Disabled by default for safety
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/sohumsuthar/ntop-ai-helper-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server