Verimand MCP Authority Server for VS Code
dev.verimand/mcp-authority-server
Agent-native access to verifiable VAGP authority.
client:VS Code
transport:stdio
runtime:npm
Install Verimand MCP Authority Server in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-authority-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@verimand/mcp-authority-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs