PluginBench
MCP Server

Microsoft Sentinel Data Exploration MCP Server

com.microsoft/sentinel-data-exploration

What is the Microsoft Sentinel Data Exploration MCP server?

Find relevant security data from Sentinel data lake for building effective agents. More:aka.ms/s/de

How to install Microsoft Sentinel Data Exploration

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "sentinel-data-exploration": {
      "url": "https://sentinel.microsoft.com/mcp/data-exploration"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "sentinel-data-exploration": {
      "serverUrl": "https://sentinel.microsoft.com/mcp/data-exploration"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "sentinel-data-exploration": {
      "type": "http",
      "url": "https://sentinel.microsoft.com/mcp/data-exploration"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "sentinel-data-exploration": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://sentinel.microsoft.com/mcp/data-exploration"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http sentinel-data-exploration https://sentinel.microsoft.com/mcp/data-exploration

Related MCP servers

Free, one-click access to official Microsoft documentation and code samples—no API keys required.

1.7k
TypeScript
CC-BY-4.0
View repository →

Bring NuGet package management into AI agent workflows via MCP.

1.6k
HTML
View repository →

All Azure MCP tools to create a seamless connection between AI agents and Azure services.

View repository →

The ESRP OSS MCP server exposes tools to discover & validate trusted Microsoft OSS Packages.

View repository →

MCP tools for interacting with Microsoft Fabric

View repository →

The Power BI Modeling MCP Server brings Power BI semantic modeling capabilities to your AI agents.

View repository →