Cursor
Configuration
Create .cursor/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
Open Cursor Settings
In the menu bar, go to Cursor > Settings > Cursor Settings.
2
Navigate to MCP
Select Tools & MCP from the sidebar.
3
Enable the server
Find driver-mcp in the list and enable it with the toggle.
4
Connect
Click Connect. A browser opens to driverai.com.
5
Log in
Log in with your Driver credentials.
Agent Instructions
Create a Cursor Project Rule at .cursor/rules/driver-mcp-rules.mdc with Driver's tool instructions. See Agent Instructions for the full setup, including the required frontmatter and instruction content.