MCP Server that integrates with Security Copilot, Sentinel and other tools (in the future). It enhance the process of developing , testing and uploading Security Copilot artifacts.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"securitycopilotmcpse": {
"command": "uvx",
"args": [
"securitycopilotmcpserver"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add securitycopilotmcpse uvx securitycopilotmcpserver
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"securitycopilotmcpse": {
"command": "uvx",
"args": [
"securitycopilotmcpserver"
]
}
}
}
📋 Copy
Or install with pip: pip install securitycopilotmcpserver