RISKEN MCP Server
@ca-risken
关于 RISKEN MCP Server
RISKEN's official MCP Server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"risken-mcp-server": {
"command": "docker",
"args": [
"run",
"-it",
"--rm",
"\\"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is RISKEN MCP Server?
The RISKEN MCP Server is a Model Context Protocol (MCP) server that integrates with RISKEN APIs, enabling advanced automation and interaction capabilities for developers and tools. It provides tools and resources for managing security findings and alerts via AI assistants.
How to use RISKEN MCP Server?
Run the server locally using Docker or deploy on Google Cloud Run with Terraform. Configure your MCP client (Claude Desktop, Cursor) with a JSON configuration that specifies the Docker image and environment variables RISKEN_ACCESS_TOKEN and RISKEN_URL. The server supports both stdio and Streamable HTTP transports.
Key features of RISKEN MCP Server
- Search and query RISKEN findings with filters.
- Archive resolved findings with optional notes.
- Search and monitor alert status in RISKEN.
- Retrieve full finding content via resource URIs.
- Support for both Organization and Project access tokens.
- Built-in OAuth2.1 support with external Identity Providers.
Use cases of RISKEN MCP Server
- Check active alerts in RISKEN and monitor their status.
- Search, analyze, and review findings including explanations and remediation steps.
- Archive resolved findings to maintain a clean security posture.
- Integrate RISKEN security data into AI-driven workflows.
FAQ from RISKEN MCP Server
What are the prerequisites to run the server?
You need Docker installed and running, plus a valid RISKEN Access Token. The server is distributed as a Docker image.
How do I connect to a remote RISKEN MCP Server?
Deploy the server on Google Cloud Run using Terraform, then connect via a proxy (e.g., mcp-remote) because most MCP clients only support stdio connections natively.
What authentication methods are supported?
The server supports two methods: direct token authentication using RISKEN_ACCESS_TOKEN (Organization or Project token) and OAuth2.1 Third-Party Authorization with an external Identity Provider.
Can I search findings with different statuses and scores?
Yes. The search_finding tool supports filtering by status (all, active, pending), score ranges (Low, Medium, High, Critical), data source, resource name, and more.
Where can I run the RISKEN MCP Server?
It can run locally via Docker (stdio or HTTP) or be deployed to Google Cloud Run. The server also supports Streamable HTTP for remote connections.
其他 分类下的更多 MCP 服务器
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.

EverArt
modelcontextprotocolModel Context Protocol Servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论