thinchain for Windsurf
io.github.snipmcp/thinchain
MCP server that sanitizes bad broker data and compresses options chains 95% for AI trading agents.
client:Windsurf
transport:stdio
runtime:pypi
Install thinchain in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"thinchain": {
"command": "uvx",
"args": [
"thinchain"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs