# Govern

Optimizes SQL queries to improve database performance and response times. Streamlines complex data retrieval processes for better resource management. Enhances application scalability by identifying …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add NoHumanHands/governagent

# Browse available tools
npx -y @smithery/cli@latest tool list NoHumanHands/governagent

# Get full schema for a tool
npx -y @smithery/cli@latest tool get NoHumanHands/governagent optimize-sql

# Call a tool
npx -y @smithery/cli@latest tool call NoHumanHands/governagent optimize-sql '{}'
```

## Direct MCP Connection

Endpoint: `https://governagent--nohumanhands.run.tools`

## Tools (4)

- `optimize-sql` — Optimizes heavy SQL queries using EXPLAIN ANALYZE to improve database performance.
- `security-audit` — 🛡️ PREMIUM: Deep SQL security audit to detect injections and vulnerabilities.
- `audit-logs` — Scans server logs for error patterns and suspicious access.
- `generate-report` — Generates an executive database health and performance report.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get NoHumanHands/governagent <tool-name>
```
