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
irm https://cli.elnora.ai/install.ps1 | iex # Windows
16
-
npm install -g @elnora-ai/cli # npm
17
-
brew install elnora-ai/cli/elnora # Homebrew
34
+
brew install elnora-ai/cli/elnora
18
35
```
19
36
20
37
The installer prompts for your API key, then `elnora setup claude` registers the plugin. First MCP use triggers OAuth (one browser click), then cached.
@@ -127,6 +144,7 @@ The Elnora MCP server supports two authentication methods:
127
144
|`elnora-folders`| Create, rename, move, and delete project folders |
128
145
|`elnora-search`| Search across files, tasks, and all resources in the platform |
129
146
|`elnora-admin`| Manage API keys, audit logs, and administrative operations |
147
+
|`elnora-agent`| Run scientific tools and literature lookups (PubMed, ArXiv, web search) via the cloud agent |
0 commit comments