AI / ML|Productivity|DevelopmentPython
pal-mcp-server
A Provider Abstraction Layer (PAL) that integrates multiple AI models and CLIs into a single workflow.
N/A rating (0 reviews)0 installs11,381 GitHub stars
AICLIIntegration
PAL MCP allows users to leverage various AI models like Claude Code, Gemini, and Codex through a unified CLI interface. It features a CLI-to-CLI bridge for seamless integration and context isolation, enabling specialized roles and subagent capabilities.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"pal-mcp-server-1": {
"args": [
"mcp-server-pal-mcp-server-1"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.