Skip to content
Zed

stockmatrix mcp for Zed

io.github.monglong0214/stockmatrix-mcp

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

client:Zed transport:stdio runtime:npm

Install stockmatrix mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

stockmatrix mcp in other clients