pattern vista for Grok
io.github.xsf0221/pattern-vista
End-of-day US equity data: MA200 deviation rankings, market breadth, chart-pattern win rates.
client:Grok
transport:stdio
runtime:pypi
Install pattern vista in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"pattern-vista": {
"type": "stdio",
"command": "uvx",
"args": [
"pattern-vista"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs