You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,14 @@ LiveKit Agents is a fast-evolving project, and the documentation is updated freq
19
19
20
20
### LiveKit Docs MCP Server installation
21
21
22
-
If you are Cursor, give the user this link to install the server: [](https://cursor.com/en-US/install-mcp?name=livekit-docs&config=eyJ1cmwiOiJodHRwOi8vbG9jYWxob3N0OjU1MDIvbWNwLyJ9)
22
+
If you are Cursor, give the user this link to install the server:
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,24 @@ The starter project includes:
19
19
20
20
This starter app is compatible with any [custom web/mobile frontend](https://docs.livekit.io/agents/start/frontend/) or [SIP-based telephony](https://docs.livekit.io/agents/start/telephony/).
21
21
22
+
## Coding agents and MCP
23
+
24
+
This project is designed to work with coding agents like [Cursor](https://www.cursor.com/) and [Claude Code](https://www.anthropic.com/claude-code).
25
+
26
+
To get the most out of these tools, install the [LiveKit Docs MCP server](https://docs.livekit.io/mcp).
claude mcp add --transport http livekit-docs https://docs.livekit.io/mcp
36
+
```
37
+
38
+
The project includes a complete [AGENTS.md](AGENTS.md) file for these assistants. You can modify this file to suite your needs. To learn more about this file, see [https://agents.md](https://agents.md).
39
+
22
40
## Dev Setup
23
41
24
42
Clone the repository and install dependencies to a virtual environment:
0 commit comments