mache: Mache parses codebases to discover their structure and exposes it as a navigable graph via MCP tools or a filesystem mount. It allows agents to explore call chains, jump to definitions, and read context without grepping flat files. Built for AI agents, it provides stable node paths and identity-preserving write-back.; 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.
Agent-based code exploration and navigation
Building production-grade MCP servers in Go with minimal boilerplate