Serversio.github.bobbyhouse/append-log-mcp
M

Append Log MCP

io.github.bobbyhouse/append-log-mcp · v1.0.0
▦ docker
v1.0.0docker oci: roberthouse224/append-log-mcp:1.0.0
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.bobbyhouse/append-log-mcp",
  "description": "A generic append-only log MCP server. Persist timestamped JSON entries and query them by recency.",
  "title": "Append Log MCP",
  "version": "1.0.0",
  "packages": [
    {
      "registryType": "oci",
      "identifier": "roberthouse224/append-log-mcp:1.0.0",
      "runtimeHint": "docker",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "run",
          "type": "positional"
        },
        {
          "type": "named",
          "name": "-i"
        },
        {
          "type": "named",
          "name": "--rm"
        },
        {
          "type": "named",
          "name": "-v"
        },
        {
          "value": "append-log-data:/data",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Path to the JSONL log file inside the container. Defaults to append-log.jsonl in the current working directory.",
          "default": "/data/log.jsonl",
          "name": "APPEND_LOG_FILE"
        },
        {
          "description": "Comma-separated list of tools to expose. Available: append, query",
          "isRequired": true,
          "placeholder": "append,query",
          "name": "APPEND_LOG_TOOLS"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}