
RISKEN MCP Server
by ca-risken
Official MCP server for RISKEN, enabling AI-driven security alert monitoring, finding analysis, and remediation automation.
What it does
The RISKEN MCP Server connects AI assistants to the RISKEN security platform, allowing them to monitor active security alerts, analyze vulnerabilities, and manage the overall security posture of an organization directly through a chat interface.
Tools
get_context: Retrieves current authentication context (Organization or Project info).search_finding: Searches RISKEN findings by ID, alert ID, data source, resource name, or score.archive_finding: Archives a specific finding with an optional note.search_alert: Searches for active or pending alerts within a project.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"risken": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"RISKEN_ACCESS_TOKEN",
"-e",
"RISKEN_URL",
"ghcr.io/ca-risken/risken-mcp-server",
"stdio"
],
"env": {
"RISKEN_URL": "http://localhost:8098",
"RISKEN_ACCESS_TOKEN": "your_access_token"
}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
docker run -i --rm -e RISKEN_ACCESS_TOKEN -e RISKEN_URL ghcr.io/ca-risken/risken-mcp-server stdioInformation
- Pricing
- free
- Published
- 5/19/2026







