awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
modelcontextprotocol avatar

modelcontextprotocol/go-sdk

0
View on GitHub↗
4,716 stele·456 fork-uri·Go·2 vizualizărimodelcontextprotocol.io↗

Go Sdk

Acesta este un SDK și un framework pentru implementarea Model Context Protocol în Go. Oferă un sistem standardizat pentru construirea de servere și clienți care schimbă resurse externe, date proprietare și instrumente executabile pentru a oferi context modelelor de limbaj mari (LLM).

SDK-ul include o bibliotecă de comunicare JSON-RPC și un framework de integrare pentru a expune date locale, șabloane de prompt-uri și funcții tipizate către modelele AI. Permite dezvoltarea atât a serverelor de protocol care oferă context extern, cât și a clienților care consumă aceste instrumente și resurse remote.

Proiectul acoperă gestionarea ciclului de viață al conexiunii și negocierea versiunii de protocol pentru a asigura interoperabilitatea. Oferă abstracții de transport pentru schimbul de mesaje prin input/output standard sau HTTP, alături de capabilități pentru maparea resurselor și gestionarea sesiunilor.

Funcțiile de securitate și observabilitate includ integrarea identității OAuth, restricții de acces la directoare pentru servere și instrumente pentru inspecția traficului și verificarea capabilităților.

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.

Istoric stele

Graficul istoricului de stele pentru modelcontextprotocol/go-sdkGraficul istoricului de stele pentru modelcontextprotocol/go-sdk

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Colecții curatoriate care includ Go Sdk

Colecții selectate manual în care apare Go Sdk.
  • Implementări de servere MCP

Alternative open-source pentru Go Sdk

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Go Sdk.
  • mrexodia/ida-pro-mcpAvatar mrexodia

    mrexodia/ida-pro-mcp

    5,620Vezi pe GitHub↗
    Pythonaiaiagentbinary-analysis
    Vezi pe GitHub↗5,620
  • modelcontextprotocol/inspectorAvatar modelcontextprotocol

    modelcontextprotocol/inspector

    8,721Vezi pe 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
    Vezi pe GitHub↗8,721
  • modelcontextprotocol/modelcontextprotocolAvatar modelcontextprotocol

    modelcontextprotocol/modelcontextprotocol

    8,458Vezi pe 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
    Vezi pe GitHub↗8,458
  • mark3labs/mcp-goAvatar mark3labs

    mark3labs/mcp-go

    8,806Vezi pe 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
    Vezi pe GitHub↗8,806
Vezi toate cele 30 alternative pentru Go Sdk→

Întrebări frecvente

Ce face modelcontextprotocol/go-sdk?

Acesta este un SDK și un framework pentru implementarea Model Context Protocol în Go. Oferă un sistem standardizat pentru construirea de servere și clienți care schimbă resurse externe, date proprietare și instrumente executabile pentru a oferi context modelelor de limbaj mari (LLM).

Care sunt principalele funcționalități ale modelcontextprotocol/go-sdk?

Principalele funcționalități ale modelcontextprotocol/go-sdk sunt: 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.

Care sunt câteva alternative open-source pentru modelcontextprotocol/go-sdk?

Alternativele open-source pentru modelcontextprotocol/go-sdk includ: 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.…