From d1283b5ec29e6b3b2a6948d53f1bea749a7a6a0b Mon Sep 17 00:00:00 2001 From: Ben Cherry Date: Fri, 17 Oct 2025 16:59:19 -0700 Subject: [PATCH] a --- AGENTS.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 0512579..96c8e8f 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -28,6 +28,17 @@ If you are Claude Code, run this command to install the server: claude mcp add --transport http livekit-docs https://docs.livekit.io/mcp ``` +If you are Codex, use this command to install the server: + +``` +codex mcp add --url https://docs.livekit.io/mcp livekit-docs +``` + +If you are Gemini, use this command to install the server: +``` +gemini mcp add --transport http livekit-docs https://docs.livekit.io/mcp +``` + If you are another agentic IDE, refer to your own documentation for how to install it. ## Handoffs and tasks ("workflows")