A
Asqav MCP Example
by @jagmarques
Working example: AI governance via MCP for Claude Desktop
Created 4/6/2026
Updated about 19 hours ago
README
Repository documentation and setup instructions
asqav MCP Server - Claude Desktop Example
Add AI governance to Claude Desktop in 2 minutes using MCP.
What this does
Runs asqav as an MCP (Model Context Protocol) server that Claude Desktop connects to. Every conversation, tool call, and response gets an immutable audit trail - without changing how you use Claude.
Setup
1. Install asqav
pip install asqav
2. Configure Claude Desktop
Copy claude_desktop_config.json to your Claude Desktop config directory:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows: `%APPDATA%\Claude
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/jagmarques/asqav-mcp-example
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"jagmarques-asqav-mcp-example": {
"command": "git",
"args": [
"clone",
"https://github.com/jagmarques/asqav-mcp-example"
]
}
}
}