market data analyzer for Windsurf
io.github.vpatser1/market-data-analyzer
Stock technical analysis (SMA, RSI, MACD), portfolio tracking, crypto analysis, screening
client:Windsurf
transport:stdio
runtime:npm
Install market data analyzer in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"market-data-analyzer": {
"command": "npx",
"args": [
"-y",
"market-data-analyzer"
],
"env": {
"LICENSE_KEY": "<LICENSE_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs