Skip to content
VS Code

yotta verify mcp for VS Code

io.github.yottameta/yotta-verify-mcp

Pre-install security scanner for AI agent skills (local stdio MCP). Offline static scan; no upload.

client:VS Code transport:stdio runtime:npm

Install yotta verify mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "yotta-verify-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@yottameta/yotta-verify-mcp"
      ]
    }
  }
}

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

yotta verify mcp in other clients