market data analyzer for Cursor
io.github.vpatser1/market-data-analyzer
Stock technical analysis (SMA, RSI, MACD), portfolio tracking, crypto analysis, screening
client:Cursor
transport:stdio
runtime:npm
Install market data analyzer in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"market-data-analyzer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"market-data-analyzer"
],
"env": {
"LICENSE_KEY": "<LICENSE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs