Standalone MCP server for Linux system automation via D-Bus
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"dbus-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Standalone MCP (Model Context Protocol) server for Linux system automation via D-Bus.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in devops
MCP server for using the GitLab API
Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform. It provides a set of tools that interact with Yunxiao's API, allowing AI assistants to manage Codeup repository, Project, Pipeline, Packages etc.
Enhanced MCP server for GitLab: group projects listing and activity tracking
MCP Server for kubernetes management commands
MCP Security Weekly
Get CVE alerts and security updates for Dbus Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Standalone MCP (Model Context Protocol) server for Linux system automation via D-Bus.
cargo build --release
sudo install target/release/dbus-mcp /usr/local/bin/
sudo install target/release/dbus-orchestrator /usr/local/bin/
# Start MCP server
dbus-mcp
# Start orchestrator
dbus-orchestrator
AI Assistant → MCP Server → D-Bus System Services
↓
Orchestrator (Agent Manager)
↓
Agent Agents (Executor, Systemd, etc.)
MIT
The MCP server includes a web-based chat interface for AI assistants:
# Start chat server
dbus-mcp-chat
# Open browser to http://localhost:8080
Start the full web UI:
# Start web server
dbus-mcp-web
# Access at http://localhost:8080
The project builds multiple binaries:
dbus-mcp - Main MCP serverdbus-orchestrator - Agent orchestratordbus-agent-executor - Secure command executor agentdbus-mcp-chat - Chat interface serverdbus-mcp-web - Full web UI server