Skip to content
Claude Desktop

Append Log MCP for Claude Desktop

io.github.bobbyhouse/append-log-mcp

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

client:Claude Desktop transport:stdio runtime:oci

Install Append Log MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "append-log-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "roberthouse224/append-log-mcp:1.0.0"
      ],
      "env": {
        "APPEND_LOG_FILE": "<APPEND_LOG_FILE>",
        "APPEND_LOG_TOOLS": "<APPEND_LOG_TOOLS>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Append Log MCP in other clients