Skip to content
Cursor

Append Log MCP for Cursor

io.github.bobbyhouse/append-log-mcp

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

client:Cursor transport:stdio runtime:oci

Install Append Log MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Append Log MCP in other clients