cozy-tools

alvnukov/cozy-tools
★ 0 stars Go AI/LLM Updated 1d ago
Shared tool implementations for agent harnesses and MCP servers
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": {
    "cozy-tools": {
      "command": "go",
      "args": [
        "run",
        "github.com/alvnukov/cozy-tools@latest"
      ]
    }
  }
}