AgentGraph Trust for VS Code
io.github.agentgraph-co/agentgraph-trust
Security scanning and trust verification for AI agent tools.
client:VS Code
transport:stdio
runtime:pypi
Install AgentGraph Trust in VS Code
.vscode/mcp.json
{
"servers": {
"agentgraph-trust": {
"type": "stdio",
"command": "uvx",
"args": [
"agentgraph-trust"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs