G

go-mcp

...
Created 11/29/2024bymilosgajdos

Categories

aigogolangjsonrpcllmmodelcontextprotocol

Language:

Go

Stars:

0

Forks:

0

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

Build Status go.dev reference License: 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.

Last updated: 1/13/2025

Publisher info

milosgajdos's avatar

Milos Gajdos

I like to build things with computers.

377
followers
669
following
125
repos

More MCP servers built with Go

Sourcerer MCP

An MCP server for semantic code search & navigation that helps AI agents work efficiently without burning through costly tokens. Instead of reading entire files, agents can search conceptually and jump directly to the specific functions, classes, and code chunks they need.

By st3v3nmw
https://github.com/patrickdappollonio/mcp-kubernetes-ro

mcp-kubernetes-ro is a Model Context Protocol (MCP) server providing read-only access to Kubernetes clusters for AI assistants. It enables AI models to list resources, get resource details, retrieve pod logs, discover API resources, and perform base64 encoding/decoding operations - all while maintaining security through read-only access.

By patrickdappollonio
GitKraken MCP

A CLI for interacting with GitKraken APIs. Includes an MCP server via gk mcp that not only wraps GitKraken APIs, but also Jira, GitHub, GitLab, and more.

By GitKraken