Skip to content
Zed

Stockbit MCP for Zed

io.github.ino-xious/stockbit-mcp

Indonesian exchange (IDX) via your own Stockbit account: quotes, bandarmology, charts. Unofficial.

client:Zed transport:stdio runtime:npm

Install Stockbit 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": {
    "stockbit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "stockbit-mcp"
      ],
      "env": {
        "STOCKBIT_TOOLS": "<STOCKBIT_TOOLS>",
        "STOCKBIT_TRADING": "<STOCKBIT_TRADING>",
        "STOCKBIT_NO_BROWSER": "<STOCKBIT_NO_BROWSER>",
        "STOCKBIT_STORE_DIR": "<STOCKBIT_STORE_DIR>"
      }
    }
  }
}

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

Stockbit MCP in other clients