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: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,16 @@ Install the extension from the [Gemini marketplace](https://geminicli.com/extens
20
20
21
21
Install the plugin from the github repository: `/plugin install https://github.com/mongodb/agent-skills.git`. Then restart copilot to activate the MCP server.
22
22
23
+
### Install using skills.sh
24
+
25
+
1. Add the skills you want to your agent:
26
+
27
+
```bash
28
+
npx skills add mongodb/agent-skills
29
+
```
30
+
31
+
2. Install the MCP server: `npx mongodb-mcp-server@1 setup` and follow the instructions.
0 commit comments