awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
modelcontextprotocol avatar

modelcontextprotocol/go-sdk

0
View on GitHub↗
4,716 estrellas·456 forks·Go·2 vistasmodelcontextprotocol.io↗

Go Sdk

Este es un SDK y framework para implementar el Model Context Protocol en Go. Proporciona un sistema estandarizado para construir servidores y clientes que intercambian recursos externos, datos propietarios y herramientas ejecutables para proporcionar contexto a modelos de lenguaje grandes (LLM).

El SDK incluye una librería de comunicación JSON-RPC y un framework de integración para exponer datos locales, plantillas de prompts y funciones tipadas a modelos de IA. Permite el desarrollo tanto de servidores de protocolo que proporcionan contexto externo como de clientes que consumen estas herramientas y recursos remotos.

El proyecto cubre la gestión del ciclo de vida de la conexión y la negociación de versiones del protocolo para asegurar la interoperabilidad. Proporciona abstracciones de transporte para el intercambio de mensajes vía entrada/salida estándar o HTTP, junto con capacidades para el mapeo de recursos y la gestión de sesiones.

Las funciones de seguridad y observabilidad incluyen integración de identidad OAuth, restricciones de acceso a directorios para servidores y herramientas para la inspección de tráfico y verificación de capacidades.

Features

  • Model Context Protocol Clients - Provides the client-side integration layers that allow Go applications to connect to MCP servers and consume tools.
  • Model Context Protocol Servers - Provides the core framework for implementing servers that expose tools, resources, and prompts to AI applications.
  • Client Connection Lifecycles - Manages the complete session lifecycle, including initialization, capability negotiation, and termination between clients and servers.
  • AI Tool and Resource Provisioning - Enables the creation of executable functions and read-only data interfaces for AI agents to interact with local files and services.
  • API Client Connectivity - Provides the mechanisms for linking AI clients to local or remote servers.
  • Client Development - Provides the development framework for building client applications that consume AI tools and data via a standardized interface.
  • LLM Tooling Integrations - Provides a system for exposing local data, executable tools, and prompt templates to LLMs via a standardized protocol.
  • Executable Tool Definitions - Provides standardized definitions for executable tools, including metadata and logic for LLM invocation.
  • External Server Connectivity - Implements connectivity to external servers for the discovery and aggregation of AI tools.
  • Prompt Templates - Provides tools for defining prompt templates that guide AI models on the use of specific tools and resources.
  • Resource Exposure - Exposes read-only data resources, such as file contents or API responses, to be used as AI model context.
  • AI Context Interfaces - Provides a standardized architecture for delivering external resources and proprietary data as context to AI models.
  • Model Context Protocol Implementations - Provides a comprehensive Go SDK for building interoperable servers and clients that implement the Model Context Protocol.
  • Prompt Templates - Implements systems for defining reusable prompt structures that guide users through tasks within a client application.
  • AI Context Resource Management - Manages data resources accessed via unique URIs to provide grounding and context for LLM responses.
  • Local Tool Exposure - Enables providing local data and tools to AI models through a standardized communication protocol.
  • Context Data Sources - Provides structured, URI-addressable data sources that AI applications can retrieve and use as external context.
  • Read-Only Resource Exposure - Provides mechanisms for sharing structured data from files or databases via unique identifiers.
  • JSON-RPC Implementations - Implements the JSON-RPC protocol to enable structured request and notification exchanges between clients and servers.
  • AI Protocol Server Integrations - Model Context Protocol support for creating custom servers that integrate proprietary tools and services via a standardized communication protocol.
  • Model Tool Schemas - Maps executable functions to a standardized schema that allows large language models to discover and invoke tools.
  • User Information Collection - Implements mechanisms for pausing AI operations to collect structured data from users via prompts.
  • Local Server Launchers - Configures host applications to launch and communicate with local server instances for tool and resource access.
  • LLM Completion Requests - Supports requesting text completions from a language model through a client while enforcing permission controls.
  • Capability Negotiation Protocols - Implements protocols that manage the exchange and agreement of functional capabilities between clients and servers during initialization.
  • MCP Transport Channels - Implements communication channels using standard input/output for local processes or HTTP for remote services.
  • Version Negotiation - Handles version agreement between client and server during initialization to ensure protocol interoperability.
  • Session Lifecycle Management - Coordinates the sequential states of an interactive session, from initialization handshakes to secure termination.
  • Custom Transport Implementations - Allows replacing default transport layers with custom implementations like HTTP for web or container deployments.
  • Transport Abstractions - Provides unified interfaces that decouple protocol logic from the underlying communication backends like HTTP or standard I/O.

Historial de estrellas

Gráfico del historial de estrellas de modelcontextprotocol/go-sdkGráfico del historial de estrellas de modelcontextprotocol/go-sdk

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Colecciones destacadas con Go Sdk

Colecciones seleccionadas manualmente donde aparece Go Sdk.
  • Implementaciones de servidores MCP

Preguntas frecuentes

¿Qué hace modelcontextprotocol/go-sdk?

Este es un SDK y framework para implementar el Model Context Protocol en Go. Proporciona un sistema estandarizado para construir servidores y clientes que intercambian recursos externos, datos propietarios y herramientas ejecutables para proporcionar contexto a modelos de lenguaje grandes (LLM).

¿Cuáles son las características principales de modelcontextprotocol/go-sdk?

Las características principales de modelcontextprotocol/go-sdk son: Model Context Protocol Clients, Model Context Protocol Servers, Client Connection Lifecycles, AI Tool and Resource Provisioning, API Client Connectivity, Client Development, LLM Tooling Integrations, Executable Tool Definitions.

¿Qué alternativas de código abierto existen para modelcontextprotocol/go-sdk?

Las alternativas de código abierto para modelcontextprotocol/go-sdk incluyen: mrexodia/ida-pro-mcp. modelcontextprotocol/inspector — The inspector is a diagnostic and validation tool for the Model Context Protocol. It provides an interactive interface… modelcontextprotocol/modelcontextprotocol — Model Context Protocol is a standardized framework for connecting large language models to external data sources and… mark3labs/mcp-go — mcp-go is a Go implementation of the Model Context Protocol (MCP) providing an SDK and framework for building servers… modelcontextprotocol/typescript-sdk — This project provides a TypeScript software development kit for the Model Context Protocol, a standard designed to… jlowin/fastmcp — fastmcp is a Python library and framework for building servers and clients that implement the Model Context Protocol.…

Alternativas open-source a Go Sdk

Proyectos open-source similares, clasificados según cuántas características comparten con Go Sdk.
  • mrexodia/ida-pro-mcpAvatar de mrexodia

    mrexodia/ida-pro-mcp

    5,620Ver en GitHub↗
    Pythonaiaiagentbinary-analysis
    Ver en GitHub↗5,620
  • modelcontextprotocol/inspectorAvatar de modelcontextprotocol

    modelcontextprotocol/inspector

    8,721Ver en GitHub↗

    The inspector is a diagnostic and validation tool for the Model Context Protocol. It provides an interactive interface and a transport proxy to discover, inspect, and execute the tools, prompts, and resources provided by an MCP server. The project serves as a debugger and compliance tester to verify that server implementations adhere to the protocol specification and JSON-RPC standards. It allows for real-time monitoring of message exchanges and logs between clients and servers across various transport layers, such as standard input/output and Server-Sent Events. The tool covers a broad rang

    TypeScript
    Ver en GitHub↗8,721
  • modelcontextprotocol/modelcontextprotocolAvatar de modelcontextprotocol

    modelcontextprotocol/modelcontextprotocol

    8,458Ver en GitHub↗

    Model Context Protocol is a standardized framework for connecting large language models to external data sources and executable tools. It enables the creation of a universal interface where servers expose tools, resources, and prompts that can be discovered and utilized by various AI clients. The protocol utilizes a JSON-RPC message system that is transport-agnostic, supporting both standard input/output for local processes and HTTP with server-sent events for remote connections. It emphasizes security and control by delegating model sampling to the client to keep API keys secure from servers

    TypeScript
    Ver en GitHub↗8,458
  • mark3labs/mcp-goAvatar de mark3labs

    mark3labs/mcp-go

    8,806Ver en GitHub↗

    mcp-go is a Go implementation of the Model Context Protocol (MCP) providing an SDK and framework for building servers that connect large language model applications to external tools and data sources. It serves as a developer kit for implementing bidirectional communication and structured data exchange between AI clients and servers. The framework enables the creation of executable tools with structured output schemas, reusable prompt templates, and data resource exposure via URI templates. It supports multiple transport layers, including stdio, HTTP, and Server-Sent Events, using a transport

    Go
    Ver en GitHub↗8,806
  • Ver las 30 alternativas a Go Sdk→