A comprehensive security scanner for MCP servers with YARA rules and static analysis capabilities.
827
2 Tools
Version 4.43 or later needs to be installed to add the server automatically
About
A comprehensive security scanner for MCP servers with YARA rules and static analysis capabilities.
Attribute | Details |
---|---|
Docker Image | mcp/ramparts |
Author | getjavelin |
Repository | https://github.com/getjavelin/ramparts |
Dockerfile | https://github.com/getjavelin/ramparts/blob/main/MCP-Dockerfile |
Docker Image built by | Docker Inc. |
Docker Scout Health Score | |
Verify Signature | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/ramparts --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
Licence | Apache License 2.0 |
Tools provided by this Server | Short Description |
---|---|
scan | Scan an MCP server URL and return security findings as JSON |
scan-config | Scan MCP servers from IDE configuration files and return results as JSON |
scan
Scan an MCP server URL and return security findings as JSON
Parameters | Type | Description |
---|---|---|
url | string | |
auth_headers | object optional | |
detailed | boolean optional | |
format | string optional | |
httpTimeout | integer optional | |
returnPrompts | boolean optional | If true, do not call the LLM; return prompts instead |
timeout | integer optional |
scan-config
Scan MCP servers from IDE configuration files and return results as JSON
Parameters | Type | Description |
---|---|---|
auth_headers | object optional | |
detailed | boolean optional | |
format | string optional | |
httpTimeout | integer optional | |
returnPrompts | boolean optional | If true, do not call the LLM; return prompts instead |
timeout | integer optional |
{
"mcpServers": {
"ramparts": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"RUST_LOG",
"mcp/ramparts"
],
"env": {
"RUST_LOG": "info"
}
}
}
}
Manual installation
You can install the MCP server using:
Installation for