Quant Research MCP for VS Code
io.github.flawlessbyte/quant-research-mcp
Paper-backed quant trading methods and a deterministic, no-LLM decision helper for serious traders.
client:VS Code
transport:stdio
runtime:pypi
Install Quant Research MCP in VS Code
.vscode/mcp.json
{
"servers": {
"quant-research-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"quant-research-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs