# Golf Documentation ## Docs - [Export Logs to Elasticsearch](https://docs.golf.dev/gateway/guides/audit-trail/export-to-elasticsearch.md): Configure Elasticsearch audit log export for search and analytics. - [Export Logs to OpenTelemetry](https://docs.golf.dev/gateway/guides/audit-trail/export-to-opentelemetry.md): Configure OTLP export for logs, metrics, and traces. - [Export Logs to Azure Sentinel](https://docs.golf.dev/gateway/guides/audit-trail/export-to-sentinel.md): Configure Microsoft Sentinel DCR-based log ingestion. - [Deploy in Centralized Mode](https://docs.golf.dev/gateway/guides/getting-started/deploy-control-plane.md): Connect your gateway to the Golf Gateway Control Plane for centralized management. - [Deploy in Distributed Mode](https://docs.golf.dev/gateway/guides/getting-started/deploy-hybrid-mode.md): Use local server definitions with centralized policy management from Control Plane. - [Configure Identity Providers](https://docs.golf.dev/gateway/guides/identity-providers/configure-idp.md): Set up Auth0, Microsoft Entra ID, or Descope for MCP client authentication - [SSO Connections](https://docs.golf.dev/gateway/guides/identity-providers/sso-connections.md): Configure platform SSO and user management for your organization - [Set Up Security Alerting](https://docs.golf.dev/gateway/guides/operations/setup-alerting.md): Configure alerts for threat detection, PII scrubbing, and security events in your SIEM. - [Set Up Canary Testing](https://docs.golf.dev/gateway/guides/operations/setup-canary-testing.md): Validate gateway health, MCP connectivity, and security features before production rollout. - [Set Up Metrics and Monitoring](https://docs.golf.dev/gateway/guides/operations/setup-monitoring.md): Configure health endpoints and metrics collection for gateway monitoring. - [Configure PII Scrubbing](https://docs.golf.dev/gateway/guides/security/configure-pii-scrubbing.md): Set up data protection to automatically redact sensitive information from MCP responses. - [Deploy Threat Detection Model](https://docs.golf.dev/gateway/guides/security/deploy-threat-detection-model.md): Deploy Golf Gateway's prompt injection detection model to your Azure environment. - [Set Up Capability RBAC](https://docs.golf.dev/gateway/guides/security/setup-capability-rbac.md): Configure fine-grained access control for individual tools, prompts, and resources. - [Set Up Server RBAC](https://docs.golf.dev/gateway/guides/security/setup-server-rbac.md): Control which users can access which MCP servers based on group membership. - [Golf Control Plane](https://docs.golf.dev/gateway/overview/control-plane.md): Single pane of glass for configuring policies, viewing audit logs, and managing access across your organization - [Golf Gateway](https://docs.golf.dev/gateway/overview/golf-gateway.md): Enterprise security gateway for MCP servers - [Overview](https://docs.golf.dev/gateway/overview/index.md): Govern how AI tools connect to your systems - [Quick Start](https://docs.golf.dev/gateway/overview/quickstart.md): Deploy Golf Gateway and start protecting MCP traffic in 20 minutes - [Audit Log Schema](https://docs.golf.dev/gateway/reference/audit-log-schema.md): Complete reference for the audit log entry structure and field definitions - [Environment Variables](https://docs.golf.dev/gateway/reference/environment-variables.md): Configuration reference for Golf Gateway environment variables in Centralized and Distributed modes - [YAML Config Schema](https://docs.golf.dev/gateway/reference/yaml-schema.md): YAML configuration reference for Golf Gateway Distributed mode - [Changelog](https://docs.golf.dev/gateway/support/changelog.md): Golf Gateway releases and updates - [Authentication](https://docs.golf.dev/golf-mcp-framework/authentication.md): Implement JWT, development, and API key authentication in your GolfMCP servers. - [CLI](https://docs.golf.dev/golf-mcp-framework/cli-commands.md): Reference for the GolfMCP command-line interface. - [Component specification](https://docs.golf.dev/golf-mcp-framework/component-specification.md): Learn how to define GolfMCP components (tools, resources, prompts). - [Configuration reference](https://docs.golf.dev/golf-mcp-framework/configuration.md) - [Golf utilities](https://docs.golf.dev/golf-mcp-framework/golf-utilities.md): Built-in utilities for elicitation, sampling, and context management in Golf v0.2.0. - [Introduction to GolfMCP](https://docs.golf.dev/golf-mcp-framework/introduction.md): Learn about the GolfMCP framework, designed to simplify MCP server development. - [Project structure](https://docs.golf.dev/golf-mcp-framework/project-structure.md): Understand GolfMCP project layout and component naming conventions. - [GolfMCP quickstart](https://docs.golf.dev/golf-mcp-framework/quickstart.md): Get started with your first GolfMCP project from scratch. - [Shared logic](https://docs.golf.dev/golf-mcp-framework/shared-logic-common-py.md) - [Telemetry & monitoring](https://docs.golf.dev/golf-mcp-framework/telemetry-monitoring.md): Health checks, OpenTelemetry integration, and monitoring capabilities in Golf. - [Overview](https://docs.golf.dev/inventory/overview.md): Fleet-wide MCP server discovery and governance — continuous visibility across every machine in your organization - [Quick Start](https://docs.golf.dev/inventory/quickstart.md): Create an enrollment key, install the agent on your Mac, and view your first scan results - [Security Checks](https://docs.golf.dev/inventory/security-checks.md): Complete reference for all 36 security checks run by Golf Inventory - [Understanding Results](https://docs.golf.dev/inventory/understanding-results.md): How to interpret risk scores, governance classification, and finding categories - [CLI Reference](https://docs.golf.dev/scanner/cli-reference.md): Complete command reference for Golf Scanner including all commands, flags, environment variables, and exit codes - [Overview](https://docs.golf.dev/scanner/overview.md): Find every MCP server across your environment — including the ones you don't know about - [Quick Start](https://docs.golf.dev/scanner/quickstart.md): Install Golf Scanner and run your first security audit in 2 minutes - [Security Checks](https://docs.golf.dev/scanner/security-checks.md): Complete reference for all 20 security checks run by Golf Scanner - [Understanding Results](https://docs.golf.dev/scanner/understanding-results.md): How to read scan and audit output including severity levels, risk scores, and server classifications ## Optional - [GitHub](https://github.com/golf-mcp)