mcprouter

api router for MCP Servers

GitHub Stars

284

User Rating

Not Rated

Favorites

0

Views

20

Forks

40

Issues

4

Installation
Difficulty
Beginner
Estimated 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
To start the API server:
bash
go run main.go api

Troubleshooting

Issue: Server won't start Solution: Check the Go version and ensure that necessary dependencies are correctly installed.