tinycontext for Windsurf
io.github.tinysuitehq/tinycontext
Token-light local memory with SQLite hybrid retrieval for MCP agents.
client:Windsurf
transport:stdio
runtime:oci
Install tinycontext in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"tinycontext": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/marcellm01/tinycontext:v0.5.0"
],
"env": {
"MCP_TRANSPORT": "<MCP_TRANSPORT>",
"TINYCONTEXT_CONFIG_PATH": "<TINYCONTEXT_CONFIG_PATH>",
"TINYCONTEXT_MEMORY_DB_PATH": "<TINYCONTEXT_MEMORY_DB_PATH>",
"TINYCONTEXT_MODELS_DIR": "<TINYCONTEXT_MODELS_DIR>",
"OTEL_SERVICE_NAME": "<OTEL_SERVICE_NAME>",
"OTEL_EXPORTER_OTLP_ENDPOINT": "<OTEL_EXPORTER_OTLP_ENDPOINT>",
"OTEL_EXPORTER_OTLP_PROTOCOL": "<OTEL_EXPORTER_OTLP_PROTOCOL>",
"OTEL_EXPORTER_OTLP_HEADERS": "<OTEL_EXPORTER_OTLP_HEADERS>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs