drio
Open app

csa-mcp-servers

Source

Mirror of

Catalog onlyCatalog onlySTDIO

Overview

The csa-mcp-servers project is a repository that consolidates several MCP (Managed Cloud Provider) servers used by the Cloud Security Alliance (CSA) for easier access and management.

To use csa-mcp-servers, clone the repository from GitHub and follow the documentation provided within the repo to set up and manage the MCP servers.

  • Centralized access to multiple MCP servers - Simplified management and deployment of cloud security resources - Regular updates and maintenance from the CSA team
  1. Streamlining cloud security operations for organizations.
  2. Facilitating the deployment of security measures across multiple cloud environments.
  3. Providing a single point of reference for managing cloud security resources.

Add to your AI client

Use these steps to connect csa-mcp-servers in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "cloudsecurityalliance-csa-mcp-servers-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-cloudsecurityalliance-csa-mcp-servers-mcp-mirror"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "cloudsecurityalliance-csa-mcp-servers-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-cloudsecurityalliance-csa-mcp-servers-mcp-mirror"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "cloudsecurityalliance-csa-mcp-servers-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-cloudsecurityalliance-csa-mcp-servers-mcp-mirror"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "cloudsecurityalliance-csa-mcp-servers-mcp-mirror": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-cloudsecurityalliance-csa-mcp-servers-mcp-mirror"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "cloudsecurityalliance-csa-mcp-servers-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-cloudsecurityalliance-csa-mcp-servers-mcp-mirror"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "cloudsecurityalliance-csa-mcp-servers-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-cloudsecurityalliance-csa-mcp-servers-mcp-mirror"
      ]
    }
  }
}

FAQ

What is the purpose of the csa-mcp-servers repository?

The repository serves to provide a centralized location for managing and accessing the MCP servers utilized by the CSA.

How can I contribute to the csa-mcp-servers project?

Contributions can be made by submitting pull requests on GitHub with improvements or additional features.

Is there any documentation available?

Yes, detailed documentation is available within the repository to assist users in setting up and managing the servers.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1216,"uuid":"a49b057f-6b58-485c-87d6-ad4f6429da6b","name":"CloudSecurityAlliance_csa-mcp-servers","title":"csa-mcp-servers","description":"Mirror of","avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","created_at":"$D2025-01-28T02:38:28.217Z","updated_at":"$D2025-02-23T07:20:28.445Z","status":"created","author_name":"MCP-Mirror","author_avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","tags":"cloud-security,mcp-servers,repository","category":"cloud-platforms","is_featured":false,"sort":1,"url":"https://github.com/MCP-Mirror/CloudSecurityAlliance_csa-mcp-servers","target":"_self","content":"# csa-mcp-servers\nSeveral MCP servers the CSA uses, collected into a single repo for ease of use","summary":"$29","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]

csa-mcp-servers — MCP Registry