vimo stock intelligence for Cursor
io.github.cuthongthai-vn/vimo-stock-intelligence
Vietnam stock MCP: TA signals, Z/F/M scores, foreign flow, whale detection. 2000+ VN stocks.
client:Cursor
transport:stdio
runtime:npm
Install vimo stock intelligence in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vimo-stock-intelligence": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@vimo.cuthongthai.vn/mcp-server"
],
"env": {
"VIMO_API_KEY": "<VIMO_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs