Google Drive
InternalRead Google Docs, Sheets, Slides, Drive folders, and Calendar from Claude.
- Get my calendar for the next 7 days
- Summarize the doc at https://docs.google.com/document/d/<id>
Model Context Protocol servers connect Claude to systems beyond the file tree. Install commands below are for Claude Code — click any to copy.
Production servers maintained by the Horizontals AI team. Auth via Enzo Studio.
Read Google Docs, Sheets, Slides, Drive folders, and Calendar from Claude.
Anything you'd ask Enzo in Slack — Carvana company knowledge, infra docs, agent helpers.
Read messages, channels, and your user info. No posting.
Query production logs and indexes. Uses a service account behind your auth.
Inspect schemas, describe views, and query tables. Write access available on request.
Public servers and plugins worth adding alongside the Carvana set.
Pulls current library docs at query time so Claude isn't relying on stale training data. Costs ~400 tokens per request but cuts hallucinations on framework APIs.
Handles OAuth and API key automatically. For manual config, point at https://mcp.context7.com/mcp.
Microsoft's local MCP for ADO. Query work items, repos, pipelines, builds, test plans, and wikis. Replace `Contoso` with your organization name.
Language Server Protocol plugins — csharp-lsp, pyright-lsp, typescript-lsp — give Claude real type info from the same engines as your IDE (Roslyn, Pyright, tsc). Catches type errors before edits land.
Run /plugin inside Claude Code, browse to the official marketplace, and install the LSP for each language you use.
Code intelligence plugins ↗
DCR clients are purged every 24 hours, so the most common fix is a clean re-auth. Inside
Claude Code, run /mcp → select the server → reconnect. If that fails, remove and re-add with the same scope you
installed it under:
claude mcp remove --scope user gdrive-mcp-prod claude mcp add --scope user --transport http gdrive-mcp-prod https://gdrive-mcp.cvnacorp.com/mcp
The full Carvana setup guide — covering VS Code, Gemini CLI, Copilot CLI, OpenCode, and
Roo/Cline alongside Claude Code — lives in the Remote MCP Servers production setup doc ↗. Support: #genai-support on Slack.