automotive cybersecurity for VS Code
io.github.ansvar-systems/automotive-cybersecurity
Automotive cybersecurity: R155/R156 regulations, ISO 21434, TISAX, AUTOSAR, Chinese GB/T
client:VS Code
transport:stdio
runtime:npm
Install automotive cybersecurity in VS Code
.vscode/mcp.json
{
"servers": {
"automotive-cybersecurity": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ansvar/automotive-cybersecurity-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs