Skip to main content
Glama
213,301 tools. Last updated 2026-06-19 15:10

"Go" matching MCP tools:

  • Install the mockzilla CLI using one of three methods: download a prebuilt binary, compile from source with Go install, or use Go run without permanent installation.
    MIT
  • Fetch a pre-flight context bundle for a Go symbol: AST metadata, source code, callers, callees, tests, and role classification—all in one call.
    MIT
  • Get Go documentation for any package, stdlib symbol, or third-party symbol by running go doc queries. Returns signatures, methods, and doc comments without needing a graph build.
    MIT
  • Identifies functions and methods with more parameters than a threshold to flag long-parameter-list code smells in Go codebases.
    MIT
  • Find all constructor functions that instantiate a specific Go struct, listing their signatures, packages, and file locations. Ensures all initialization paths are identified before modifying struct creation.
    MIT

Matching MCP Servers

  • A
    license
    -
    quality
    A
    maintenance
    A thinking assistant MCP server that helps you reason through problems using structured frameworks like first principles and sequential thinking, starting wherever you are — clear, messy, or fragmentary.
    Last updated
    4
    MIT

Matching MCP Connectors

  • Go modules MCP — wraps proxy.golang.org

  • Scan QR codes and go! No more troublesome autos or APIs! Send text messages, images, links, locati…

  • Find Go structs mapped to a database table via struct tags like `db:` or `gorm:`. Requires a built graph.json (`gograph build`). Use to trace ORM models before migrations.
    MIT
  • Run static policy checks on your Go repository graph to detect package boundary violations, API drift, high complexity, and missing test coverage. Returns structured JSON with pass/warn/fail status and detailed findings.
    MIT
  • Find all locations where a Go type appears in function parameters, return types, and struct fields. Use before changing a type to see its consumption blast radius across signatures and fields.
    MIT
  • Reveal added, modified, or deleted Go symbols relative to the last graph build or a git reference. Detect structural changes to guide code review.
    MIT
  • Check if the graph index is outdated by comparing its modification time with the newest Go source file. Returns stale true if any .go file is newer.
    MIT
  • Identify every location where a Go struct is initialized with composite literal syntax to scope migration blast radius before adding required fields.
    MIT
  • Find test functions that exercise a named symbol in Go code, or list all test relationships when no symbol is given. Requires 'gograph build .' to run first.
    MIT
  • Add an instance of a class to a GO-CAM model with label validation that prevents incorrect IDs by automatically rolling back mismatches.
    BSD 3-Clause
  • Retrieve the current Critical Predictability State (CPS) score for HEMS operations, computed from six weather and airspace factors to determine GO, CAUTION, or NO-GO status.
    MIT
  • List all available MCP tools, their purposes, and recommended agent workflows for orienting in a Go codebase analysis session.
    MIT
  • Enforce architecture boundaries in Go packages by verifying imports against a config file. Returns pass or fail with violation details.
    MIT
  • Retrieve the full Go source code of any function, method, struct, or interface by name. Provides the complete implementation block with file path and line numbers.
    MIT
  • Find all concurrency primitives—goroutines, channels, mutexes, WaitGroup, Once, select—in Go code for race safety auditing and async flow analysis.
    MIT
  • Detect public API drift in Go code by comparing exported symbols against a baseline git reference. Returns added, removed, and changed symbols for catching breaking changes before release.
    MIT