Back to Home
KotDath icon

aurora-rs-mcp

Verified Safe

by KotDath

Overview

A minimal MCP server for Aurora OS, demonstrating Rust application development, cross-compilation, and integration with core Aurora OS interfaces (D-Bus, C libraries, C++, Qt).

Installation

Run Command
cargo run --

Environment Variables

  • PKG_CONFIG_SYSROOT_DIR
  • PKG_CONFIG_LIBDIR
  • PKG_CONFIG_PATH
  • RUST_LOG

Security Notes

The server application itself (aurora-rs-mcp) appears to have no obvious critical security vulnerabilities in its core logic, relying on established libraries like `dbus` and `rmcp`. However, the provided `run.sh` and `build.sh` deployment scripts contain significant security risks: they use `ssh -o StrictHostKeyChecking=no`, which disables host key verification, making SSH connections vulnerable to man-in-the-middle attacks. Additionally, paths to SSH private keys (`$HOME/.ssh/qtc_id` or `$VAR_SDK/vmshare/ssh/private_keys/sdk`) are hardcoded, which is generally not a best practice for security or portability. While these issues are in the deployment scripts and not the server's runtime code, they represent a risk in the project's operational setup.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2025-12-01

Tags

RustAurora OSMCP ServerCross-compilationEmbedded