Skip to content

insightsentry mcp for Zed

io.github.rezmeplxrf/insightsentry_mcp

MCP server for InsightSentry financial data API - market data, options, screeners, and more

client:Zed transport:stdio runtime:npm

Install insightsentry 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": {
    "insightsentry_mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@insightsentry/mcp"
      ],
      "env": {
        "INSIGHTSENTRY_API_KEY": "<INSIGHTSENTRY_API_KEY>",
        "INSIGHTSENTRY_CONFIG_DIR": "<INSIGHTSENTRY_CONFIG_DIR>"
      }
    }
  }
}

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

insightsentry mcp in other clients