vimo stock intelligence for VS Code
io.github.cuthongthai-vn/vimo-stock-intelligence
Vietnam stock MCP: TA signals, Z/F/M scores, foreign flow, whale detection. 2000+ VN stocks.
client:VS Code
transport:stdio
runtime:npm
Install vimo stock intelligence in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "vimo-api-key",
"description": "VIMO_API_KEY",
"password": true
}
],
"servers": {
"vimo-stock-intelligence": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@vimo.cuthongthai.vn/mcp-server"
],
"env": {
"VIMO_API_KEY": "${input:vimo-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs