Back to Home
james116blue icon

journald-mcp-server

Verified Safe

by james116blue

Overview

Access and filter systemd journal logs through an MCP server.

Installation

Run Command
uv run server.py

Security Notes

The server uses `systemd-python` for journal access, and `dateparser` for datetime parsing. Input parameters for filtering are used safely (e.g., `add_match` for journal reader, case-insensitive string `in` comparison for messages) without direct command execution or shell injection points. No hardcoded secrets are identified. Running the server requires the user to be part of the `systemd-journal` group, which is a standard privilege configuration for journal access and not a code vulnerability itself.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens2000
Stars0
Forks0
Last Update2025-12-15

Tags

systemdjournaldlogsmcppython