pattern vista for Cursor
io.github.xsf0221/pattern-vista
End-of-day US equity data: MA200 deviation rankings, market breadth, chart-pattern win rates.
client:Cursor
transport:stdio
runtime:pypi
Install pattern vista in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pattern-vista": {
"type": "stdio",
"command": "uvx",
"args": [
"pattern-vista"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs