Loading MCP server directory, please wait...
A generic append-only log MCP server. Persist timestamped JSON entries and query them by recency.
npx @getmcp/cli add io.github.bobbyhouse/append-log-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
APPEND_LOG_TOOLSComma-separated list of tools to expose. Available: append, query
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.bobbyhouse/append-log-mcp": {
"command": "docker",
"args": [
"run",
"append-log-data:/data",
"run",
"-i",
"--rm",
"-e",
"APPEND_LOG_FILE",
"-e",
"APPEND_LOG_TOOLS",
"roberthouse224/append-log-mcp:1.0.0"
],
"env": {
"APPEND_LOG_FILE": "/data/log.jsonl",
"APPEND_LOG_TOOLS": ""
}
}
}
}