mcdbus/README.md
Ryan Malloy 4d7b73f6ee Implement D-Bus MCP server with introspection-first discovery
Bridge Linux D-Bus IPC into MCP with tools for service discovery
(list_services, introspect, list_objects), method calls and property
access, plus convenience shortcuts for notifications, systemd units,
and MPRIS media player control. All 25 tests passing.
2026-03-05 20:20:55 -07:00

18 lines
332 B
Markdown

# mcdbus
D-Bus MCP server — bridge Linux IPC into the Model Context Protocol.
Gives Claude native tool access to session and system D-Bus services through introspection-first discovery.
## Install
```bash
uv run mcdbus
```
## Add to Claude Code
```bash
claude mcp add mcdbus -- uv run --directory /path/to/mcdbus mcdbus
```