AETHER_02 — Full-spectrum Linux MCP Server on Rust. 12 tools, 99.9% system management coverage including GUI automation. Maximum speed, maximum security.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"aether-linux-mcp-ser": {
"command": "cargo",
"args": [
"run",
"--",
"aether-linux-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add aether-linux-mcp-ser cargo run -- aether-linux-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"aether-linux-mcp-ser": {
"command": "cargo",
"args": [
"run",
"--",
"aether-linux-mcp-server"
]
}
}
}
📋 Copy