PluginBench
MCP Server

Blumira MCP MCP Server

io.github.Servosity/blumira-mcp

What is the Blumira MCP MCP server?

Cross-account Blumira findings, detections, and agents in one offline-searchable store.

How to install Blumira MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • BLUMIRA_CLIENT_ID

    Blumira API Client ID (Settings > Organization > Generate API Credentials). With BLUMIRA_CLIENT_SECRET, the server mints and auto-refreshes a JWT.

  • BLUMIRA_CLIENT_SECRET
    secret

    Blumira API Client Secret, paired with BLUMIRA_CLIENT_ID to mint a JWT (OAuth2 client_credentials, audience public-api).

  • BLUMIRA_API_TOKEN
    secret

    Pre-minted Blumira JWT. An alternative to BLUMIRA_CLIENT_ID + BLUMIRA_CLIENT_SECRET: set this OR the Client ID/Secret pair.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "blumira-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/blumira-v0.1.0/blumira-mcp.mcpb",
      "args": [],
      "env": {
        "BLUMIRA_CLIENT_ID": "<YOUR_BLUMIRA_CLIENT_ID>",
        "BLUMIRA_CLIENT_SECRET": "<YOUR_BLUMIRA_CLIENT_SECRET>",
        "BLUMIRA_API_TOKEN": "<YOUR_BLUMIRA_API_TOKEN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "blumira-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/blumira-v0.1.0/blumira-mcp.mcpb",
      "args": [],
      "env": {
        "BLUMIRA_CLIENT_ID": "<YOUR_BLUMIRA_CLIENT_ID>",
        "BLUMIRA_CLIENT_SECRET": "<YOUR_BLUMIRA_CLIENT_SECRET>",
        "BLUMIRA_API_TOKEN": "<YOUR_BLUMIRA_API_TOKEN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "blumira-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/blumira-v0.1.0/blumira-mcp.mcpb",
      "args": [],
      "env": {
        "BLUMIRA_CLIENT_ID": "<YOUR_BLUMIRA_CLIENT_ID>",
        "BLUMIRA_CLIENT_SECRET": "<YOUR_BLUMIRA_CLIENT_SECRET>",
        "BLUMIRA_API_TOKEN": "<YOUR_BLUMIRA_API_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "blumira-mcp": {
      "type": "stdio",
      "command": "https://github.com/Servosity/msp-skills/releases/download/blumira-v0.1.0/blumira-mcp.mcpb",
      "args": [],
      "env": {
        "BLUMIRA_CLIENT_ID": "<YOUR_BLUMIRA_CLIENT_ID>",
        "BLUMIRA_CLIENT_SECRET": "<YOUR_BLUMIRA_CLIENT_SECRET>",
        "BLUMIRA_API_TOKEN": "<YOUR_BLUMIRA_API_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add blumira-mcp --env BLUMIRA_CLIENT_ID=<YOUR_BLUMIRA_CLIENT_ID> --env BLUMIRA_CLIENT_SECRET=<YOUR_BLUMIRA_CLIENT_SECRET> --env BLUMIRA_API_TOKEN=<YOUR_BLUMIRA_API_TOKEN> -- https://github.com/Servosity/msp-skills/releases/download/blumira-v0.1.0/blumira-mcp.mcpb

Related MCP servers

Abnormal Security email threats, cases, and reporting in your terminal and your AI agents.

View repository →

The first real CLI for the Acronis Cyber Protect Cloud platform - every tenant, agent, and usage

View repository →

Every Action1 endpoint, plus fleet-wide patch and vulnerability views across all your organizations.

View repository →

The first CLI for Afi SaaS backup - full public-API coverage plus the fleet-wide coverage

View repository →

AppDirect marketplace operations with an offline mirror and cross-company billing reconciliation.

View repository →

Every Atera RMM + PSA endpoint, plus a local SQLite mirror that answers fleet-health, SLA, and

View repository →