Unified MCP server for cross-platform multi-model AI collaboration
Project description
collab-hub
Unified MCP server for cross-platform multi-model AI collaboration.
Route tasks to Codex CLI, Gemini CLI, and Claude Code CLI through a single MCP interface with smart routing and caller auto-detection.
Install
# One-command install for Claude Code
claude mcp add collab-hub -s user -- uvx collab-hub
# Codex CLI (~/.codex/config.toml)
# [mcp_servers.collab-hub]
# command = "uvx"
# args = ["collab-hub"]
# Gemini CLI (~/.gemini/settings.json)
# {"mcpServers": {"collab-hub": {"command": "uvx", "args": ["collab-hub"]}}}
Tools
collab_dispatch— Send a task to a model and get structured resultsprovider:"auto"/"codex"/"gemini"/"claude"task: The prompt to sendworkdir,sandbox,session_id,timeout,model,profile,reasoning_effort
collab_check— Check which CLIs are available, show detected caller and config
Smart Routing
provider="auto" routes tasks by keyword analysis and auto-excludes the calling platform:
From Claude Code → routes to Codex or Gemini (never back to Claude)
From Codex CLI → routes to Claude or Gemini (never back to Codex)
User Configuration
Create .collab-hub/profiles.toml or ~/.config/collab-hub/profiles.toml:
[routing]
default_provider = "codex"
[[routing.rules]]
provider = "gemini"
[routing.rules.match]
keywords = ["frontend", "react", "css"]
[profiles.budget]
[profiles.budget.providers.codex]
model = "gpt-4.1-mini"
Links
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file collab_hub-0.2.0.tar.gz.
File metadata
- Download URL: collab_hub-0.2.0.tar.gz
- Upload date:
- Size: 17.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a9867eb15bde5bf87588b59946144535c2b68501c9743f85b33bfcdba9e1a4f
|
|
| MD5 |
4c38c9194df9a5d03504e33196a8cd2d
|
|
| BLAKE2b-256 |
f91deea12ae01bfa21d0f0740f8bd52bc14ad4177abbd4ae7c36c73cb4725b20
|
File details
Details for the file collab_hub-0.2.0-py3-none-any.whl.
File metadata
- Download URL: collab_hub-0.2.0-py3-none-any.whl
- Upload date:
- Size: 18.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4642b490a5402faf06f8a34d391f474115491ff9131249c8f5ee141cb9cb83b
|
|
| MD5 |
4aa847c92a2984f148568d7a892bea2f
|
|
| BLAKE2b-256 |
6b14abbec1f44436e5e7a26966424a34b3b20635cd148a1cf0e21bd310529ef9
|