CAI MCP Toolkit
CAI MCP Toolkit extends AI assistants with specialized tools for Cox Automotive workflows. Connect your IDE to Rally, GitHub Enterprise, New Relic, Salesforce, and more through the Model Context Protocol.
Choose Your Setup Guide
Experience Level | Guide | Description |
Comfortable with the command line | Jump straight into installation, configuration, and IDE setup. | |
Prefer a guided, step-by-step setup | Everything explained from scratch -- no technical experience needed. | |
Not sure where to start | Your team lead or manager can help determine the right path, or ask us on Slack. |
Features
Extensive Tool Library for Rally, GitHub, Salesforce, and more — plus 30+ hosted remote MCP servers (New Relic, Datadog, Splunk, PagerDuty, and more) and bundled MCPs for Jira, Figma, and Confluence
Multiple IDE Support for VS Code, JetBrains IDEs, and Claude Code
Configurable - enable only the tools you need via YAML configuration
Extensible - add bundled, local, or remote MCP servers
Web UI - browser-based interface for configuration and tool exploration
Self-Diagnosing - built-in doctor command and rescue mode for troubleshooting
Quick Install
GUI Installer (Recommended)
Download and run the installer for your platform:
Platform | Download | VS Code | VS Code Insiders |
Windows x64 | |||
macOS Intel | |||
macOS Apple Silicon |
macOS Users: The installer is not yet notarized. See macOS Security Warnings for workarounds.
Command Line
For step-by-step installation instructions, see macOS Setup or Windows Setup.
# Verify installation
cai-mcp --version
# Generate configuration
cai-mcp generate-config
# Launch web UI for configuration
cai-mcp webClaude Desktop
Claude Desktop uses .mcpb manifest bundle files. Download the bundle for your platform and follow the Claude Desktop setup guide.
Platform | Architecture | Download |
Windows | x64 | |
macOS | Intel (x64) | |
macOS | Apple Silicon (arm64) |
Note: All releases including pre-release betas are available on the Releases page.
Binary Downloads
For manual installation or headless/Linux systems, download the binary directly.
All releases: Browse all versions including pre-release betas on the Releases page.
Platform | Architecture | Download |
Linux | x64 | |
Linux | arm64 | |
macOS | x64 | |
macOS | arm64 | |
Windows | x64 |
Quick Start
Install using the GUI installer above
Configure your IDE by clicking the "VS Code Configure" button, or see setup guides for:
Enable tools by editing your config file (
~/.caimcp/config.yamlon macOS/Linux,%USERPROFILE%\.caimcp\config.yamlon Windows):tools: includeCategories: - 'Rally' - 'Github: Issues' - 'Github: Pulls' - 'Github: Repos' - 'Github: Search' - 'Web' - 'Utility' # Hosted remote MCP servers are opt-in and authenticate through a browser # sign-in on first use (not via local API keys): includeRemoteMCPs: - newrelic - splunkRestart your IDE to load the MCP server
That's it! Ask your AI assistant to use Rally or GitHub tools. The first time you use a remote MCP (New Relic, Splunk, …) a browser window opens to sign you in through the gateway.
What's Included
Component | Description | Details |
Tools | Rally, GitHub, Salesforce, and more local tools | |
Prompts | Reusable prompt templates | |
Resources | MCP resources for logs and references | |
Bundled MCPs | Third-party MCP servers (Figma, Confluence, etc.) | |
Remote MCPs | Hosted MCP servers (New Relic, Datadog, Splunk, GitHub, Atlassian, Postman, and 25+ more) |
Note: Most tools are disabled by default. Edit your configuration to enable the categories you need.
Documentation
Topic | Description |
Getting Started | |
Guided setup -- no technical experience needed | |
Full installation and IDE setup for macOS | |
Full installation and IDE setup for Windows | |
Configuration | |
YAML config, tool filtering, MCP servers | |
Rally and local-tool tokens (remote-MCP credentials are entered at the gateway, not here) | |
Reference | |
All available commands | |
Doctor command, rescue mode, common issues |
CLI Quick Reference
cai-mcp # Start MCP server (default)
cai-mcp web # Launch web configuration UI
cai-mcp list-tools # List all available tools
cai-mcp list-tools --filtered # List only enabled tools
cai-mcp doctor # Diagnose configuration issues
cai-mcp update # Check for and install updates
cai-mcp --help # Show all commandsContributing
We welcome contributions! See the Contributing Guide for:
Development setup
Creating new tools
Testing guidelines
Git workflow and conventional commits
Support
Slack: #ai-mcp
Issues: GitHub Issues
![]()