Skip to content
Cursor

insightsentry mcp for Cursor

io.github.rezmeplxrf/insightsentry_mcp

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

client:Cursor transport:stdio runtime:npm

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

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

insightsentry mcp in other clients