Serversco.promptguard/security
S

PromptGuard

co.promptguard/security · v1.0.0
▦ pypi
v1.0.0pypi pypi: promptguard-mcp-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "co.promptguard/security",
  "description": "Scan prompts for injection attacks, redact PII, and audit LLM SDK usage from any MCP client",
  "title": "PromptGuard",
  "repository": {
    "url": "https://github.com/acebot712/promptguard",
    "source": "github"
  },
  "version": "1.0.0",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "promptguard-mcp-server",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "PromptGuard API key (starts with pg_sk_test_ or pg_sk_prod_)",
          "format": "string",
          "isSecret": true,
          "name": "PROMPTGUARD_API_KEY"
        },
        {
          "description": "API base URL for self-hosted deployments",
          "format": "string",
          "name": "PROMPTGUARD_API_URL"
        }
      ]
    },
    {
      "registryType": "npm",
      "identifier": "@promptguard/mcp-server",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "PromptGuard API key (starts with pg_sk_test_ or pg_sk_prod_)",
          "format": "string",
          "isSecret": true,
          "name": "PROMPTGUARD_API_KEY"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "docker.io/abhijoysarkar/promptguard-mcp-server:1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "PromptGuard API key (starts with pg_sk_test_ or pg_sk_prod_)",
          "format": "string",
          "isSecret": true,
          "name": "PROMPTGUARD_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}