Model Context Protocol (MCP) server for inspecting, monitoring, and troubleshooting Linux systems, locally or remotely over SSH.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"linux-mcp-server": {
"command": "npx",
"args": [
"-y",
"srinivassrinu842/linux-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add linux-mcp-server npx -y srinivassrinu842/linux-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"linux-mcp-server": {
"command": "npx",
"args": [
"-y",
"srinivassrinu842/linux-mcp-server"
]
}
}
}