Loading MCP server directory, please wait...
Non-custodial Kaspa policy enforcement for AI agents; signers retain custody.
npx @getmcp/cli add io.github.zapsoblige-hash/policyvaultRequires Node.js 18+. Community-contributed server. Review source before installing.
POLICYVAULT_MCP_SERVER_URLBare origin of the PolicyVault server (e.g. https://app.policy-vault.org, or your self-hosted origin). Refused if it embeds credentials or a path.
POLICYVAULT_MCP_TOKENMachine-identity bearer credential (pvmk_...), minted by the vault operator in the PolicyVault app with exactly the scopes the agent should hold. Never logged; deleted from the process environment after being read.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.zapsoblige-hash/policyvault": {
"command": "npx",
"args": [
"-y",
"policyvault-mcp"
],
"env": {
"POLICYVAULT_MCP_SERVER_URL": "",
"POLICYVAULT_MCP_TOKEN": "",
"POLICYVAULT_MCP_SCOPES": ""
}
}
}
}