mcplib

maccavelli/mcplib
★ 0 stars Go API Integration Updated 3d ago
Shared Go library for MCP servers (published export)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcplib": {
      "command": "go",
      "args": [
        "run",
        "github.com/maccavelli/mcplib@latest"
      ]
    }
  }
}

README Excerpt

> **Migration notice:** This repository was previously a one-way published > export of a privately hosted project; early history contains squashed > "Sync from internal source ..." commits from that period. It has since been > migrated: `origin` is now `github.com/maccavelli/mcplib`, `main` tracks it