MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

A
Asqav MCP Example

Working example: AI governance via MCP for Claude Desktop

创建于 4/6/2026
更新于 about 5 hours ago
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
快速设置
此服务器的安装指南

安装命令 (包未发布)

git clone https://github.com/jagmarques/asqav-mcp-example
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。

Cursor 配置 (mcp.json)

{ "mcpServers": { "jagmarques-asqav-mcp-example": { "command": "git", "args": [ "clone", "https://github.com/jagmarques/asqav-mcp-example" ] } } }