Skip to main content
Glama
311,705 tools. Last updated 2026-07-28 09:38

"Gin" matching MCP tools:

Matching MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    About The fast, idiomatic way to build MCP servers in Go. Gin-like DX with struct-tag auto schema, middleware, adapters for Gin/OpenAPI/gRPC.
    Last updated
    5
    14
    Apache 2.0
  • A
    license
    A
    quality
    A
    maintenance
    Persistent long-term memory for AI coding assistants. Local SQLite, no cloud - 16 MCP tools to store, search, relate, and consolidate typed memories with a confidence lifecycle, hybrid BM25 + semantic search, namespaces, a knowledge graph, and a built-in OS keychain credential vault.
    Last updated
    16
    4
    MIT

Matching MCP Connectors

  • Retrieve a paginated list of in-app messages with search functionality to locate messages by name, description, or campaign key, enabling efficient management of A/B test messages.
    MIT
  • Retrieve detailed information on specific in-app messages using the tool integrated with Hackle’s MCP server, enabling precise querying of A/B test message data.
    MIT
  • List all HTTP routes in a Go codebase with methods, URL patterns, and handler names. Retrieve the complete API surface to prepare for route-specific analysis.
    MIT
  • Retrieve Go package metadata including name, summary, and documentation URLs from godocs.io to access basic information and links without fetching full documentation content.
    MIT
  • Query agricultural parcel data from France's Registre Parcellaire Graphique (RPG) for land use analysis, crop identification, and CAP subsidy verification by providing location and year parameters.
    MIT
  • Retrieve Jira project data, issues, and workflow details using API endpoints and JQL queries to access and filter information efficiently.
  • Identify Go payment handlers lacking structured audit logging per PCI DSS 10.2.1. Detects missing or unstructured logging with framework-aware scanning.
    MIT
  • Create and update Jira resources like issues, comments, worklogs, and transitions through API calls. Optimize responses with jq filtering to reduce token costs.
  • Get a behavioral commitment profile for any Go module: age, version count, publish cadence, GitHub contributors, stars, OpenSSF Scorecard. Use to vet dependencies and assess supply chain risk.
    MIT
  • Fetch Go documentation signatures and doc comments for stdlib or third-party symbols using `go doc`, without requiring a graph build.
    MIT