Append Log MCP for Windsurf
io.github.bobbyhouse/append-log-mcp
A generic append-only log MCP server. Persist timestamped JSON entries and query them by recency.
client:Windsurf
transport:stdio
runtime:oci
Install Append Log MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs