The reputation layer for AI skills, tools & agents

chatmcp/mcprouter

Score: 17.5 Rank #17187

api router for MCP Servers

Overview

chatmcp/mcprouter is a Go MCP server. api router for MCP Servers Topics: mcp, chatmcp, mcprouter, mcpservers.

Ranked #17187 out of 25632 indexed tools.

Ecosystem

Go NOASSERTION
mcpchatmcpmcproutermcpservers

Signal Breakdown

Stars 306
Freshness 7mo ago
Issue Health 0%
Contributors 6
Dependents 0
Forks 44
Description Brief
License NOASSERTION

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Freshness high impact

Last commit was 237 days ago — a recent commit would boost your freshness score

Badge

AgentRank score for chatmcp/mcprouter
[![AgentRank](https://agentrank-ai.com/api/badge/tool/chatmcp--mcprouter)](https://agentrank-ai.com/tool/chatmcp--mcprouter)
<a href="https://agentrank-ai.com/tool/chatmcp--mcprouter"><img src="https://agentrank-ai.com/api/badge/tool/chatmcp--mcprouter" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server"

From the README

# mcprouter

OpenRouter for MCP Servers

## Start Proxy Server

1. edit config file

```shell
cp .env.example.toml .env.toml
```

edit `.env.toml` as needed.

2. start proxy server

```shell
go run main.go proxy
```

3. add Proxy URL to MCP Client like Cursor

`http://localhost:8025/sse/fetch`

make sure you have set `mcp_server_commands.fetch` in `.env.toml`

## Start API Server

1. edit config file

```shell
cp .env.example.toml .env.toml
```

edit `.env.toml` as needed.

2. start api server

```shell
go run main.go api
```

3. request api with curl

```shell
curl -X POST http://127.0.0.1:8027/v1/list-tools \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer fetch'
```

make sure you have set `mcp_server_commands.fetch` in `.env.toml`
Read full README on GitHub →
Are you the maintainer? Claim this listing