Agent
Freeby MCP Community
Policy-enforced MCP server powered by VaultysID — cryptographic authorization and audit trail for every AI tool call
v0.1.6Added Apr 12, 2026
mcpmodel-context-protocolvaultysidpolicyaudit
Agent MCP Server
Policy-enforced MCP server powered by VaultysID — cryptographic authorization and audit trail for every AI tool call
Installation
npx -y @vaultys/mcp-agent
Reviews
Installation
Quick install
npx -y @vaultys/mcp-agent
Add to claude_desktop_config.json
{
"mcpServers": {
"agent": {
"command": "npx",
"args": ["-y", "@vaultys/mcp-agent"]
}
}
}