← Index

Append Log MCP

io.github.bobbyhouse/append-log-mcp·v1.0.0·Monitoring & Logs
Quality Score
80
/100

A generic append-only log MCP server. Persist timestamped JSON entries and query them by recency.

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "append-log-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "roberthouse224/append-log-mcp:1.0.0"
      ],
      "env": {
        "APPEND_LOG_FILE": "/data/log.jsonl",
        "APPEND_LOG_TOOLS": "<append_log_tools>"
      }
    }
  }
}
§02  Environment variables
APPEND_LOG_FILE

Path to the JSONL log file inside the container. Defaults to append-log.jsonl in the current working directory.

APPEND_LOG_TOOLS
required

Comma-separated list of tools to expose. Available: append, query

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
10
stability
10
§04  Alternatives in Monitoring & Logs