Connect the GOVENANT Audit to the AI tool you already use. Your agent runs a read-only, aggregate-only sweep of your own system and hands you a plain-English report — is it actually delivering, and can you prove it? Your prompts, data, and secrets never leave your machine.
Works with your AI tool — click yours for a step-by-step guide
Already ran it before? Sign in to your dashboard →
Paste one URL into your AI tool. It connects itself — no API key.
A browser opens; continue with GitHub, Google, Microsoft, LinkedIn, or GitLab. No separate signup — that sign-in creates your account & dashboard.
Type: “Run a GOVENANT trust sweep.” You get a shareable report back.
Your sign-in isn't just for one run. Come back anytime to see every project you've audited and its journey over time — how each system climbs Logged → Gated → Delivered → Earned.
Sign in to your dashboard →The server URL is the same everywhere:
https://mcp.govenantstandard.org/mcp Prefer a dedicated step-by-step guide? Claude · ChatGPT · Claude Code · Cursor · VS Code · Windsurf · Codex · Cline
Easiest — no files, just the app
If it doesn’t appear, fully quit Claude (⌘Q) and reopen.
Developer mode is available on Plus, Pro, Business, and Enterprise.
In your coding tool
claude mcp add --transport http govenant https://mcp.govenantstandard.org/mcp Then run /mcp inside Claude Code to sign in. Add --scope user to enable it in every project.
Add to ~/.cursor/mcp.json, then toggle the server on in Settings → MCP & Integrations:
{ "mcpServers": { "govenant": { "url": "https://mcp.govenantstandard.org/mcp" } } } Cursor opens the sign-in automatically on first connect.
Add to .vscode/mcp.json (note the key is servers, not mcpServers):
{ "servers": { "govenant": { "type": "http", "url": "https://mcp.govenantstandard.org/mcp" } } } Requires VS Code 1.102+. Sign-in opens in the browser.
Add to ~/.codeium/windsurf/mcp_config.json (remote servers use serverUrl), then hit Refresh:
{ "mcpServers": { "govenant": { "serverUrl": "https://mcp.govenantstandard.org/mcp" } } } codex mcp add govenant --url https://mcp.govenantstandard.org/mcp
codex mcp login govenant On older builds, npm i -g @openai/codex@latest first.
Cline’s sign-in for remote servers is finicky, so use the bridge in cline_mcp_settings.json:
{ "mcpServers": { "govenant": { "command": "npx", "args": ["-y", "mcp-remote", "https://mcp.govenantstandard.org/mcp"] } } } The bad news up top: motion without delivery, missed work, approvals expiring unapproved, decisions never graded — the signs of performed autonomy.
Where you land on the GOVENANT ladder (Logged → Gated → Delivered → Earned), and the delivery numbers behind it.
Verified outcomes vs. total actions, work delivered vs. missed — measured against the record, never self-reported.
Every run has its own URL, with an optional one-click “share for a free expert review.”
The audit is read-only and aggregate-only: counts, ratios, timestamps, model names. We never see your prompts, your agents’ messages, your customers’ data, your credentials, or your secrets — only how your agents are built and whether they work.