Skip to content

Commit 276c8a7

Browse files
authored
Adding the Root.io MCP (github#62)
* This MCP server provides container image vulnerability scanning and remediation capabilities through Root.io. The server uses the rootpublic/mcp-proxy (doesnt exist yet due to docker temporarily malfunction) Docker image and requires API_ACCESS_TOKEN for authentication. * adding logo * logo moved location --------- Co-authored-by: Shaked Dembo <shaked.dembo@root.io>
1 parent d174fbf commit 276c8a7

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

servers/root/server.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: root
2+
image: rootpublic/mcp-proxy
3+
type: server
4+
meta:
5+
category: security
6+
tags:
7+
- security
8+
- vulnerability
9+
- scanning
10+
- remediation
11+
about:
12+
title: Root.io Vulnerability Remediation MCP
13+
description: MCP server that provides container image vulnerability scanning and remediation capabilities through Root.io
14+
icon: https://raw.githubusercontent.com/rootio-avr/mcp-proxy/refs/heads/main/assets/root-logo.svg
15+
source:
16+
project: https://github.com/rootio-avr/mcp-proxy
17+
config:
18+
description: Configure the Root.io MCP proxy connection
19+
secrets:
20+
- name: root.api_access_token
21+
env: API_ACCESS_TOKEN
22+
example: sk_your_access_token

0 commit comments

Comments
 (0)