Skip to content
Cursor

stockmatrix mcp for Cursor

io.github.monglong0214/stockmatrix-mcp

Korean stock market theme lifecycle analysis (TLI) — rankings, stock lookup, predictions & prompts

client:Cursor transport:stdio runtime:npm

Install stockmatrix mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "stockmatrix-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "stockmatrix-mcp"
      ],
      "env": {
        "STOCKMATRIX_API_URL": "<STOCKMATRIX_API_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

stockmatrix mcp in other clients