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: docs/guides/ai.md
+42-15Lines changed: 42 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,10 @@ Below are examples for commonly used tools.
54
54
55
55
### Claude Code
56
56
57
+
:::info
58
+
Learn how to connect Claude Code with MCP in the [official documentation](https://code.claude.com/docs/en/mcp).
59
+
:::
60
+
57
61
The quickest way is to add the MCP server URL through the CLI:
58
62
59
63
~~~jsx
@@ -75,6 +79,10 @@ Or if you prefer manual configuration, add this to your `mcp.json`:
75
79
76
80
### Cursor
77
81
82
+
:::info
83
+
For detailed instructions, see the [official documentation](https://cursor.com/en-US/docs/mcp).
84
+
:::
85
+
78
86
Follow the steps below:
79
87
80
88
1. Open Settings (`Cmd+Shift+J` on Mac, `Ctrl+Shift+J` on Windows/Linux)
@@ -92,11 +100,19 @@ Follow the steps below:
92
100
}
93
101
~~~
94
102
95
-
Now you can ask things like "Implement row grouping with expandable sections in DHTMLX Grid" right in your chat.
96
-
97
103
### Gemini CLI
98
104
99
-
Find your config file at `~/.gemini/settings.json` and add:
105
+
:::info
106
+
The [official documentation](https://geminicli.com/docs/tools/mcp-server/) provides a complete guide to configuring and using MCP servers with the Gemini CLI.
0 commit comments