GitHub Stars
284
User Rating
Not Rated
Favorites
0
Views
20
Forks
40
Issues
4
Installation
Difficulty
BeginnerEstimated Time
5-10 minutes
Installation
Installation
Prerequisites
Required software and versions:Go: 1.16 or higher
Installation Steps
1. Clone Repository
bash
git clone https://github.com/chatmcp/mcprouter.git
cd mcprouter
2. Install Dependencies
Go dependencies are managed automatically, no special steps are required.3. Copy Configuration File
bash
cp .env.example.toml .env.toml
4. Start Server
To start the proxy server:bash
go run main.go proxy
bash
go run main.go api