Veragent for VS Code
io.github.lixiaowww/veragent
Check the trust/security score of MCP servers, agents, skills & CLIs before you install them.
client:VS Code
transport:stdio
runtime:pypi
Install Veragent in VS Code
.vscode/mcp.json
{
"servers": {
"veragent": {
"type": "stdio",
"command": "uvx",
"args": [
"veragent-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs