Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Aidr

FreeNot checked

A Model Context Protocol (MCP) server that provides integration with CrowdStrike AIDR APIs.

GitHubEmbed

About

A Model Context Protocol (MCP) server that provides integration with CrowdStrike AIDR APIs.

README

A Model Context Protocol (MCP) server that provides integration with CrowdStrike AIDR APIs.

sample output

Prerequisites

  • Node.js v24.11.1 or greater.
  • A CrowdStrike AIDR API token.

Usage with Claude Desktop

Edit the following configuration file (create it if it does not exist):

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Replace (or merge) the file contents with the following:

{
  "mcpServers": {
    "aidr": {
      "command": "npx",
      "args": ["-y", "@crowdstrike/aidr-mcp-server"],
      "env": {
        "CS_AIDR_TOKEN": "pts_00000000000000000000000000000000",
        "CS_AIDR_BASE_URL_TEMPLATE": "https://api.crowdstrike.com/aidr/{SERVICE_NAME}"
      }
    }
  }
}
  1. Update the CS_AIDR_TOKEN value to the CrowdStrike AIDR API token.
  2. Update the CS_AIDR_BASE_URL_TEMPLATE value to the CrowdStrike AIDR base URL template.
  3. Restart Claude Desktop.

Tools

AI Guard

  • prompt_guard — Analyze and redact text to avoid manipulation of the model, addition of malicious content, and other undesirable data transfers.

from github.com/CrowdStrike/aidr-mcp-server

Installing Aidr

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/CrowdStrike/aidr-mcp-server

FAQ

Is Aidr MCP free?

Yes, Aidr MCP is free — one-click install via Unyly at no cost.

Does Aidr need an API key?

No, Aidr runs without API keys or environment variables.

Is Aidr hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Aidr in Claude Desktop, Claude Code or Cursor?

Open Aidr on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Aidr with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs