Skip to content
Grok

Append Log MCP for Grok

io.github.bobbyhouse/append-log-mcp

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

client:Grok transport:stdio runtime:oci

Install Append Log MCP in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "append-log-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Append Log MCP in other clients