Wickworks for Windsurf
io.github.psyb0t/wickworks
Self-hosted MCP server: technical indicators + smart-money-concepts from OHLC bars.
client:Windsurf
transport:stdio
runtime:oci
Install Wickworks in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"wickworks": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/wickworks:v0.7.0"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs