An open API service indexing awesome lists of open source software.

https://github.com/milosgajdos/go-mcp

Model Context Protocol (MCP) implementation in Go
https://github.com/milosgajdos/go-mcp

ai go golang jsonrpc llm modelcontextprotocol

Last synced: 2 months ago
JSON representation

Model Context Protocol (MCP) implementation in Go

Awesome Lists containing this project

README

        

# go-mcp: Model Context Protocol (MCP) implementation in Go

[![Build Status](https://github.com/milosgajdos/go-mcp/workflows/CI/badge.svg)](https://github.com/milosgajdos/go-mcp/actions?query=workflow%3ACI)
[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/github.com/milosgajdos/go-mcp)
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache--2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

> [!IMPORTANT]
> This is a very early experiment and thus it's extremely unstable.

You can learn more about the Model Context Protocol in the [official docs](https://modelcontextprotocol.io/introduction).