MCP Directory
Back

mcpkit

by AcidSailor · Go · ★ 0

Go library of shared primitives for building MCP servers on the official modelcontextprotocol/go-sdk

#ai-tools#go#go-sdk#golang#library#llm#mcp#mcp-server#model-context-protocol

Install

go install github.com/AcidSailor/mcpkit@latest

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcpkit": {
      "command": "npx",
      "args": [
        "-y",
        "github:AcidSailor/mcpkit"
      ]
    }
  }
}

From the README

Shared Go primitives for building [Model Context Protocol](https://modelcontextprotocol.io) servers on the official [](https://github.com/modelcontextprotocol/go-sdk). doesn't reimplement the protocol — it wraps the SDK with ergonomic helpers for serving over transports, registering type-safe read/write tools, gating mutations behind MCP elicitation, assembling JSON Schemas from OpenAPI documents, and driving in-memory tests. Library only (no command, no ). - **** — serve an over stdio, streamable HTTP, or both concurrently, with graceful shutdown and a parseable type. - **** — a generic…
Read full README on GitHub →

Related ai & ml servers