diff --git a/README.md b/README.md index 50eadf5b..b6b420e3 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,25 @@ Add this to your Opencode configuration file. See [Opencode MCP docs](https://op +
+Install in AdaL CLI + +Run one of the following commands directly within your AdaL session. See [AdaL CLI MCP docs](https://github.com/SylphAI-Inc/AdaL?tab=readme-ov-file#mcp-servers) for more info. + +#### AdaL CLI Remote Server Connection + +```bash +/mcp add context7 --transport http --url https://mcp.context7.com/mcp --header "CONTEXT7_API_KEY: YOUR_API_KEY" +``` + +#### AdaL CLI Local Server Connection + +```bash +/mcp add context7 --command npx --args "-y,@upstash/context7-mcp,--api-key,YOUR_API_KEY" +``` + +
+
Install with ctx7 setup