Quick Start
Prerequisites: A Driver account and at least one codebase connected at app.driverai.com.
Create .mcp.json in your project root:
json
{
"mcpServers": {
"driver-mcp": {
"type": "http",
"url": "https://api.us1.driverai.com/mcp/v1"
}
}
}Start Claude Code. Run /mcp and press Enter twice. A browser opens. Log in with your Driver credentials.
The URLs above are for Driver's shared multi-tenant environment. If your organization uses a single-tenant deployment, your URL will follow the format https://api.<tenant>.driverai.com/mcp/v1. Check with your Driver admin for the correct URL.
Try it
Ask your agent:
- "What codebases are available in Driver?"
- "Get oriented with [your-codebase]"
- "How does [feature] work in [codebase]?"
- "How has [feature] evolved over time?"
Start every session by asking your agent to "get oriented" with your codebase. This loads the architecture overview and onboarding guide, making the agent dramatically more effective.