mcp-client-go

mcp client for Go (Golang). Integrate multiple Model Context Protocol (MCP) servers

GitHub Stars

140

User Rating

Not Rated

Favorites

0

Views

43

Forks

17

Issues

1

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Go: 1.16 or higher

Installation Steps

1. Clone Repository

bash
git clone https://github.com/yincongcyincong/mcp-client-go
cd mcp-client-go

2. Install Dependencies

bash
go mod tidy

3. Run Sample Program

bash
go run demo/client/mcpconf.go

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Go version and reinstall dependencies.

Additional Resources