Skip to content
VS Code

PromptScan for VS Code

io.github.corporatelad/promptscan

Prompt injection detection API for AI agents. Scan untrusted text before passing it to an LLM.

client:VS Code transport:streamable-http

Install PromptScan in VS Code

.vscode/mcp.json

{
  "servers": {
    "promptscan": {
      "type": "http",
      "url": "https://promptscan.dev/mcp/"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

PromptScan in other clients