Wickworks for Cursor
io.github.psyb0t/wickworks
Self-hosted MCP server: technical indicators + smart-money-concepts from OHLC bars.
client:Cursor
transport:stdio
runtime:oci
Install Wickworks in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"wickworks": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/wickworks:v0.7.0"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs