MCP Configs2026年4月4日·1 分钟阅读

Pal MCP Server — Multi-Model AI Gateway for Claude Code

MCP server that lets Claude Code use Gemini, OpenAI, Grok, and Ollama as a unified AI dev team. Features model routing, CLI-to-CLI bridge, and conversation continuity across 7+ providers.

TO
TokRepo精选 · Community
快速使用

先拿来用,再决定要不要深挖

这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。

将以下 JSON 添加到 `.mcp.json`: ```json { "mcpServers": { "pal": { "command": "bash", "args": ["-c", "for p in $(which uvx 2>/dev/null) $HOME/.local/bin/uvx /opt/homebrew/bin/uvx /usr/local/bin/uvx uvx; do [ -x \"$p\" ] && exec \"$p\" --from git+https://github.com/BeehiveInnovations/pal-mcp-server.git pal-mcp-server; done; echo 'uvx not found' >&2; exit 1"], "env": { "GEMINI_API_KEY": "你的-gemini-key", "DEFAULT_MODEL": "auto" } } } } ``` 前提条件: Python 3.10+, Git, uv。 ---
## 简介 Pal MCP Server 是一个多模型 AI 网关,让 Claude Code 能使用 Gemini、OpenAI、Grok、Ollama 等 7+ 提供商作为统一的 AI 开发团队,GitHub 星标 11,300+。核心特性包括模型路由、CLI-to-CLI 桥接(clink)和跨模型对话连续性。 适合想在单个 Claude Code 会话中利用多个 AI 模型的开发者。安装时间:不到 5 分钟。 --- ## 核心工具 chat、thinkdeep、planner、consensus、codereview、precommit、debug、apilookup、challenge、clink — 共 10 个默认启用工具。 支持 Gemini、OpenAI、Azure、Grok、OpenRouter、DIAL、Ollama 共 7+ 提供商。 ---
🙏

来源与感谢

> Created by [BeehiveInnovations](https://github.com/BeehiveInnovations). Licensed under custom license. > > [pal-mcp-server](https://github.com/BeehiveInnovations/pal-mcp-server) — ⭐ 11,300+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产