csa-mcp-servers
Several MCP servers the CSA uses, collected into a single repo for ease of use
Overview
The csa-mcp-servers project is a collection of several MCP (Managed Cloud Platform) servers utilized by the Cloud Security Alliance (CSA), organized into a single repository for easier access and management.
To use csa-mcp-servers, clone the repository from GitHub and follow the provided documentation to set up and manage the MCP servers according to your needs.
- Centralized repository for multiple MCP servers - Simplified management and deployment of cloud servers - Documentation for setup and usage
- Deploying cloud servers for security assessments.
- Managing multiple cloud environments efficiently.
- Facilitating collaboration among CSA members on cloud security projects.
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": {
"csa-mcp-servers-cloudsecurityalliance": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-csa-mcp-servers-cloudsecurityalliance"
]
}
}
}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": {
"csa-mcp-servers-cloudsecurityalliance": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-csa-mcp-servers-cloudsecurityalliance"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"csa-mcp-servers-cloudsecurityalliance": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-csa-mcp-servers-cloudsecurityalliance"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"csa-mcp-servers-cloudsecurityalliance": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-csa-mcp-servers-cloudsecurityalliance"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"csa-mcp-servers-cloudsecurityalliance": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-csa-mcp-servers-cloudsecurityalliance"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"csa-mcp-servers-cloudsecurityalliance": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-csa-mcp-servers-cloudsecurityalliance"
]
}
}
}FAQ
What are MCP servers?
MCP servers are Managed Cloud Platform servers that provide a secure and scalable environment for applications and services.
How can I contribute to the csa-mcp-servers project?
Contributions are welcome! Please refer to the contribution guidelines in the repository.
Is there support available for using these servers?
Yes, the CSA provides documentation and community support for users of the csa-mcp-servers.