Skip to content
VS Code

mcp observatory for VS Code

io.github.kryptosai/mcp-observatory

MCP security scanner. CI-native testing, attack simulation, health scoring, and SARIF.

client:VS Code transport:stdio runtime:npm

Install mcp observatory in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-observatory": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@kryptosai/mcp-observatory"
      ]
    }
  }
}

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

mcp observatory in other clients