stockmatrix mcp for VS Code
io.github.monglong0214/stockmatrix-mcp
Korean stock market theme lifecycle analysis (TLI) — rankings, stock lookup, predictions & prompts
client:VS Code
transport:stdio
runtime:npm
Install stockmatrix mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "stockmatrix-api-url",
"description": "STOCKMATRIX_API_URL",
"password": true
}
],
"servers": {
"stockmatrix-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"stockmatrix-mcp"
],
"env": {
"STOCKMATRIX_API_URL": "${input:stockmatrix-api-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs