Sentinelgate: SentinelGate is a self-hosted, container-native, zero-lock-in proxy that intercepts every action of an AI agent before it executes, applying deterministic rules to block unauthorized tool calls, shell commands, and file operations. It provides a full audit trail, content scanning, and session-aware policies, and works with any MCP-compatible client or sandbox.; gomcp: GoMCP is a Go framework for building Model Context Protocol servers — described as "Gin for MCP." It provides struct-tag-based automatic JSON schema generation, a full middleware chain (logging, auth, rate limiting, OpenTelemetry), tool groups, and one-line imports for Gin routes, OpenAPI/Swagger specs, and gRPC services. Built-in Bearer/API Key/Basic auth with RBAC and an inspector UI included.
Protect against prompt injection attacks by blocking unauthorized tool calls
Building production-grade MCP servers in Go with minimal boilerplate