mcp-tools

arizi8333/mcp-tools
★ 1 stars Go 🤖 AI/LLM Updated 10d ago
MCP Go Platform adalah implementasi server Model Context Protocol (MCP) yang production-ready, dibangun menggunakan bahasa pemrograman Go. Project ini berfungsi sebagai Internal Platform Adapter yang menghubungkan AI agents
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-tools": {
      "command": "go",
      "args": [
        "run",
        "github.com/arizi8333/mcp-tools@latest"
      ]
    }
  }
}