Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"grype-mcp-server": {
"command": "node",
"args": [
"${GRYPE_MCP_SERVER_PATH}/index.ts"
]
}
}
}Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"grype-mcp-server": {
"command": "node",
"args": [
"${GRYPE_MCP_SERVER_PATH}/index.ts"
]
}
}
}