Skip to content

The UNofficial Go SDK for Model Context Protocol servers and clients

License

Notifications You must be signed in to change notification settings

jeanlucthumm/modelcontextprotocol-go-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

MCP Go SDK

MIT licensed Specification

Go SDK for the Model Context Protocol

Go implementation of the Model Context Protocol (MCP), providing both client and server capabilities for integrating with LLM surfaces.

Warning

This is a VERY early repo. Open an issue or contact me at [email protected] if you'd like to get involved. Discord coming soon!

Overview

The Model Context Protocol allows applications to provide context for LLMs in a standardized way, separating the concerns of providing context from the actual LLM interaction. This Go SDK implements the full MCP specification, making it easy to:

  • Build MCP clients that can connect to any MCP server
  • Create MCP servers that expose resources, prompts and tools
  • Use standard transports like stdio and SSE
  • Handle all MCP protocol messages and lifecycle events

About

The UNofficial Go SDK for Model Context Protocol servers and clients

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published