Google PageRank for AI agents. 25,000+ tools indexed.

MagnusCole/mcp-unify

Score: 54.5 Rank #29

Unify multiple MCP servers behind a single endpoint. Lazy loading, auto-cleanup, Python @tool plugins, role-based filtering.

Overview

MagnusCole/mcp-unify is a Python MCP server licensed under MIT. Unify multiple MCP servers behind a single endpoint. Lazy loading, auto-cleanup, Python @tool plugins, role-based filtering. Topics: ai, ai-tools, claude, gateway, llm, mcp, mcp-server, model-context-protocol, plugin, python.

Ranked #29 out of 104 indexed tools.

Actively maintained with commits in the last week.

Ecosystem

Python MIT
aiai-toolsclaudegatewayllmmcpmcp-servermodel-context-protocolpluginpython

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% today

Last commit today → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

Forks 0
Description Good
License MIT

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge

AgentRank score for MagnusCole/mcp-unify
[![AgentRank](https://agentrank-ai.com/api/badge/tool/MagnusCole--mcp-unify)](https://agentrank-ai.com/tool/MagnusCole--mcp-unify/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/MagnusCole--mcp-unify/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/MagnusCole--mcp-unify" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="MagnusCole/mcp-unify"></script>

Matched Queries

"mcp server""mcp-server"

From the README

# mcp-unify

Unify multiple MCP servers behind a single endpoint. Lazy loading, auto-cleanup, Python plugins, role-based filtering.

## The Problem

If you use Claude Code or any MCP client with 3+ servers, you get:
- Multiple subprocesses (~50MB each)
- Duplicated config
- No centralized control
- No way to add custom Python tools without a full MCP server

## The Solution

`mcp-unify` runs **one process** that proxies N MCP servers on-demand:

```
Claude Code / MCP Client
  │
  ▼
mcp-unify (1 process)
  ├─ [plugin] Python @tool functions     ← in-process, 0 overhead
  ├─ [lazy]   filesystem-server          ← subprocess spawned on first call
  ├─ [lazy]   github-server              ← subprocess spawned on first call
  └─ [lazy]   playwright                 ← subprocess spawned on first call
      ↑
      5 min idle → auto-kill
```

## Install

```bash
pip install mcp-unify
```

## Quick Start

### 1. Create `gateway.yaml`

```yaml
servers:
  filesystem:
    command: npx
    args: ["-y
Read full README on GitHub →
Are you the maintainer of MagnusCole/mcp-unify?

Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.

Claim this tool →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.