Driver

Claude Code

Configuration

Create .mcp.json in your project root:

json
{
  "mcpServers": {
    "driver-mcp": {
      "type": "http",
      "url": "https://api.us1.driverai.com/mcp/v1"
    }
  }
}

The URL above is 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.

Authentication

1

Start Claude Code

Start Claude Code from the root of your codebase.

2

Open MCP settings

Run the /mcp command.

3

Select server

Select driver-mcp from the server list.

4

Authenticate

Press Enter, then Enter again. A browser opens to driverai.com. Verify the callback URL contains localhost before accepting.

5

Log in

Log in with your Driver credentials.

Agent Instructions

Add Driver's tool instructions to your CLAUDE.md file so the agent uses Driver effectively in every session. See Agent Instructions for the full setup and the instruction content to include.