Standalone MCP server for Linux system automation via D-Bus
{
"mcpServers": {
"dbus-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
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.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 162 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
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