Append Log MCP
About
A generic append-only log MCP server. Persist timestamped JSON entries and query them by recency.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
APPEND_LOG_FILE APPEND_LOG_TOOLSClaude Code
claude mcp add --env APPEND_LOG_FILE= --env APPEND_LOG_TOOLS= append-log-mcp -- docker roberthouse224/append-log-mcp:1.0.0
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"append-log-mcp","command":"docker","args":["roberthouse224/append-log-mcp:1.0.0"],"env":{"APPEND_LOG_FILE":"","APPEND_LOG_TOOLS":""}}'
JSON
{
"mcpServers": {
"append-log-mcp": {
"command": "docker",
"args": [
"roberthouse224/append-log-mcp:1.0.0"
],
"env": {
"APPEND_LOG_FILE": "",
"APPEND_LOG_TOOLS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.