Meta AI (Llama)
Connect Safeguard's MCP server to Meta AI (Llama) by Meta (USA) using its MCP configuration.
Safeguard ships its own remote MCP (Model Context Protocol) server, so you can connect Meta AI (Llama) by Meta (USA) directly to your software supply chain security data and ask questions in plain language. The endpoint is https://mcp.safeguard.sh/mcp. Once connected, any Llama-based MCP-capable client can query your vulnerabilities, SBOMs, packages, licenses, findings, and compliance data, generate AI remediation plans, compare SBOMs, manage SCM integrations, and enforce policy gates. The server exposes 190+ tools and also supports MCP resources and prompts.
What you can do
- Query vulnerabilities, SBOMs, packages, licenses, findings, and compliance data across your tenant.
- Generate AI-powered remediation plans for npm, pip, Maven, Go, and Cargo projects.
- Compare SBOMs in both CycloneDX and SPDX formats.
- Manage SCM integrations: GitHub, GitLab, Bitbucket, and Azure DevOps.
- Run risk scoring and compliance reporting.
- Enforce policy-gate checks for deployment readiness.
Connect
- Create your Safeguard account at https://app.safeguard.sh and generate an API key at https://app.safeguard.sh/settings/api-keys.
- Open the MCP configuration in your Meta AI / Llama MCP-capable client.
- Add a server entry pointing at the endpoint
https://mcp.safeguard.sh/mcp, using themcp-remotebridge launched withnpx. - Supply your Safeguard API key via the
SAFEGUARD_API_KEYenvironment variable. - Reload your client — Safeguard's 190+ security tools are now available. Start asking questions.
Use this generic mcp-remote configuration block:
{
"mcpServers": {
"safeguard": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.safeguard.sh/mcp"],
"env": { "SAFEGUARD_API_KEY": "<your-api-key>" }
}
}
}Replace <your-api-key> with a key generated from https://app.safeguard.sh/settings/api-keys.
Authentication
You need a Safeguard account first. If you don't have one, create it at https://app.safeguard.sh — sign-up takes a minute. The Safeguard MCP server supports two authentication methods:
- OAuth 2.0 — when your assistant supports it, you sign in to Safeguard and click Approve to grant access. No keys to copy.
- API key — recommended for Meta AI's MCP configuration. Generate a key at https://app.safeguard.sh/settings/api-keys and supply it via the
SAFEGUARD_API_KEYenvironment variable shown above.
Example prompts
List my security projects
Find critical vulnerabilities
Show me all SBOMs
Generate a remediation plan for my npm project
Which packages violate my license policy?Endpoints
| Endpoint | URL |
|---|---|
| MCP endpoint | https://mcp.safeguard.sh/mcp |
| API keys | https://app.safeguard.sh/settings/api-keys |
| Safeguard account | https://app.safeguard.sh |