Append Log MCP for Zed
io.github.bobbyhouse/append-log-mcp
A generic append-only log MCP server. Persist timestamped JSON entries and query them by recency.
client:Zed
transport:stdio
runtime:oci
Install Append Log MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs