
A comprehensive security scanner for MCP servers with YARA rules and static analysis capabilities.
4.9K
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 |
| Attribute | Details |
|---|---|
| Dockerfile | https://github.com/getjavelin/ramparts/blob/f206d33e6fe746aae1d58d00c56073c546189900/MCP-Dockerfile |
| Commit | f206d33e6fe746aae1d58d00c56073c546189900 |
| 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 |
scanScan an MCP server URL and return security findings as JSON
| Parameters | Type | Description |
|---|---|---|
url | string | |
auth_headers | objectoptional | |
detailed | booleanoptional | |
format | stringoptional | |
httpTimeout | integeroptional | |
returnPrompts | booleanoptional | If true, do not call the LLM; return prompts instead |
timeout | integeroptional |
scan-configScan MCP servers from IDE configuration files and return results as JSON
| Parameters | Type | Description |
|---|---|---|
auth_headers | objectoptional | |
detailed | booleanoptional | |
format | stringoptional | |
httpTimeout | integeroptional | |
returnPrompts | booleanoptional | If true, do not call the LLM; return prompts instead |
timeout | integeroptional |
{
"mcpServers": {
"ramparts": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"RUST_LOG",
"mcp/ramparts"
],
"env": {
"RUST_LOG": "info"
}
}
}
}