jagmarques/asqav-mcp
MCP server for AI agent governance - policy checks, audit trails, compliance
Platform-specific configuration:
{
"mcpServers": {
"asqav-mcp": {
"command": "npx",
"args": [
"-y",
"asqav-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for AI agent governance. Check policies, create audit trails, and verify compliance through any MCP client.
[](https://glama.ai/mcp/servers/jagmarques/asqav-mcp)
| Tool | Description | |------|-------------| | check_policy | Check if an action is allowed by policies | | sign_action | Create a signed audit record for an action | | list_agents | List registered agents | | get_agent | Get agent details | | verify_signature | Verify a signature |
# Install
pip install -e .
# Set your API key
export ASQAV_API_KEY="sk_live_..."
export ASQAV_API_URL="https://api.asqav.com" # optional, this is the defaultAdd to claude_desktop_config.json:
{
"mcpServers": {
"asqav": {
"command": "asqav-mcp",
"env": {
"ASQAV_API_KEY": "sk_live_..."
}
}
}
}claude mcp add asqav -- asqav-mcpcd mcp-server
uv venv && source .venv/bin/activate
uv pip install -e .
asqav-mcpLoading reviews...