Skip to content
Cline

insightsentry mcp for Cline

io.github.rezmeplxrf/insightsentry_mcp

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

client:Cline transport:stdio runtime:npm

Install insightsentry mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "insightsentry_mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@insightsentry/mcp"
      ],
      "env": {
        "INSIGHTSENTRY_API_KEY": "<INSIGHTSENTRY_API_KEY>",
        "INSIGHTSENTRY_CONFIG_DIR": "<INSIGHTSENTRY_CONFIG_DIR>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

insightsentry mcp in other clients