godot-devtool: godot-devtool is a Model Context Protocol server for Godot 4 that enables AI assistants to inspect, edit, and automate Godot projects. It supports native headless operations, live editor WebSocket bridge, and runtime automation with a comprehensive set of 227 tools.; 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.
AI-assisted scene creation and editing
Building production-grade MCP servers in Go with minimal boilerplate