MCP Server to get a insight for Ubuntu Linux's resource usage , security audit, network diagnostics.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-ubuntu-insights": {
"command": "npx",
"args": [
"-y",
"duelist2021jp/mcp-ubuntu-insights"
]
}
}
}
Run in terminal:
claude mcp add mcp-ubuntu-insights npx -y duelist2021jp/mcp-ubuntu-insights
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-ubuntu-insights": {
"command": "npx",
"args": [
"-y",
"duelist2021jp/mcp-ubuntu-insights"
]
}
}
}