Wickworks for Zed
io.github.psyb0t/wickworks
Self-hosted MCP server: technical indicators + smart-money-concepts from OHLC bars.
client:Zed
transport:stdio
runtime:oci
Install Wickworks in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"wickworks": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/wickworks:v0.7.0"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs