policyvault for Claude Desktop
io.github.zapsoblige-hash/policyvault
Non-custodial Kaspa policy enforcement for AI agents; signers retain custody.
client:Claude Desktop
transport:stdio
runtime:npm
Install policyvault in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"policyvault": {
"command": "npx",
"args": [
"-y",
"policyvault-mcp"
],
"env": {
"POLICYVAULT_MCP_SERVER_URL": "<POLICYVAULT_MCP_SERVER_URL>",
"POLICYVAULT_MCP_TOKEN": "<POLICYVAULT_MCP_TOKEN>",
"POLICYVAULT_MCP_SCOPES": "<POLICYVAULT_MCP_SCOPES>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs