vouchstone-harness

GGChamp85/vouchstone-harness
★ 0 stars Python AI/LLM Updated today
Vouchstone Open Harness — Apache-2.0 SDK, agent runtime, and MCP server for the Vouchstone Enterprise AI Agent Platform
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "vouchstone-harness": {
      "command": "uvx",
      "args": [
        "vouchstone-harness"
      ]
    }
  }
}

Or install with pip: pip install vouchstone-harness

README Excerpt

The open-source data plane for the [Vouchstone](https://vouchstone.ai) Enterprise AI Agent Platform — the part that runs inside your own environment (VPC or fully air-gapped), not in Vouchstone's cloud. Licensed **Apache-2.0**. The hosted Control Plane (multi-tenant SaaS: extraction pipeline, governance, billing) is separate, proprietary software — see [vouchstone.ai](https://vouchstone.ai). This repo is the part you can read, run, fork, and modify.