Catalog
io.github.bobbyhouse/append-log-mcp
OfficialAppend Log MCP
A generic append-only log MCP server. Persist timestamped JSON entries and query them by recency.
Stores and queries timestamped JSON entries in an append-only log.
README not available yet.
Install
Configuration
Environment variables
APPEND_LOG_FILEdefault /data/log.jsonlPath to the JSONL log file inside the container. Defaults to append-log.jsonl in the current working directory.
APPEND_LOG_TOOLSrequiredComma-separated list of tools to expose. Available: append, query
Arguments
-i--rm-vclaude_desktop_config.json
{
"mcpServers": {
"append-log-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"roberthouse224/append-log-mcp:1.0.0"
],
"env": {
"APPEND_LOG_FILE": "/data/log.jsonl",
"APPEND_LOG_TOOLS": "<YOUR_APPEND_LOG_TOOLS>"
}
}
}
}