MCP.so
Sign In
Servers

Linux System MCP SSE Server

@aimiox

The aimiox Linux System MCP SSE Server is a lightweight agent for exposing system telemetry, logs, and network information via SSE. It's designed for Ubuntu 22.04+ and integrates seamlessly with the OpenAI Agents SDK or any compatible MCP client.

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "linux-system": {
      "command": "python",
      "url": "mcp_server_url"
    }
  }
}

More from AI & Agents