MiniMcp

rfletchr/MiniMcp
★ 0 stars Go 🌐 Browser/Web Updated today
A minimal MCP server implementation with no dependencies.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "minimcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/rfletchr/MiniMcp@latest"
      ]
    }
  }
}

README Excerpt

A minimal [Model Context Protocol](https://modelcontextprotocol.io) server library for Go. Implements the [2025-11-25 MCP spec](https://modelcontextprotocol.io/specification/2025-11-25) — tools only, server side only, no external dependencies. - JSON-RPC 2.0 dispatch (`json_rpc.go`) - MCP lifecycle and tools protocol (`mcp.go`)

Tools (1)

my_tool

Topics

mcp-server