get-claudia 1.51.13 → 1.51.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/index.js CHANGED
@@ -875,8 +875,8 @@ async function main() {
875
875
  }
876
876
 
877
877
  console.log('');
878
- console.log(` ${colors.dim}Optional: connect Google services${colors.reset}`);
879
- console.log(` ${colors.cyan}claudia google login${colors.reset} ${colors.dim}Gmail + Calendar in one step${colors.reset}`);
878
+ console.log(` ${colors.dim}Optional: Gmail & Calendar require Google Cloud credentials.${colors.reset}`);
879
+ console.log(` ${colors.dim}See "Google Integration Setup" in CLAUDE.md for step-by-step instructions.${colors.reset}`);
880
880
  console.log('');
881
881
  }
882
882
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "get-claudia",
3
- "version": "1.51.13",
3
+ "version": "1.51.15",
4
4
  "description": "An AI assistant who learns how you work.",
5
5
  "keywords": [
6
6
  "claudia",
@@ -9,13 +9,22 @@
9
9
  "command": "npx",
10
10
  "args": ["-y", "@gongrzhe/server-calendar-autoauth-mcp"],
11
11
  "_setup": "Requires your own Google Cloud credentials. See Google Integration Setup in CLAUDE.md, then run: npx @gongrzhe/server-calendar-autoauth-mcp auth"
12
+ },
13
+ "rube": {
14
+ "command": "npx",
15
+ "args": ["-y", "@composio/rube-mcp"],
16
+ "env": {
17
+ "COMPOSIO_API_KEY": ""
18
+ },
19
+ "_setup": "Connect 500+ apps (Slack, Notion, Drive, GitHub...) via Rube. 1) Sign up free at https://rube.app 2) Connect your apps in Rube's marketplace 3) Copy your API key from the dashboard 4) Paste it in COMPOSIO_API_KEY above 5) Restart Claude Code. See Rube section in CLAUDE.md for full guide."
12
20
  }
13
21
  },
14
22
 
15
23
  "_notes": {
16
24
  "gmail_and_calendar": "Gmail and Calendar use third-party MCP servers. Each user sets up their own Google Cloud Console credentials. See the Google Integration Setup section in CLAUDE.md.",
25
+ "rube": "Rube (by Composio) connects 500+ apps through one MCP server. Each user creates their own free Rube account at rube.app. See the Rube section in CLAUDE.md for setup and troubleshooting.",
17
26
  "memory": "Claudia's memory system uses the 'claudia' CLI (via Bash tool), not MCP. No MCP server needed for memory.",
18
- "security": "Each user authenticates with their own Google accounts and credentials. OAuth tokens are stored locally on your machine, never shared.",
27
+ "security": "Each user authenticates with their own accounts and credentials. OAuth tokens are stored locally on your machine, never shared.",
19
28
  "not_included": {
20
29
  "filesystem": "Claude Code has native Read/Write/Edit tools",
21
30
  "web-search": "Claude Code has native WebSearch",
@@ -328,7 +328,56 @@ If the MCP tools aren't responding or you see authentication errors, the user ne
328
328
 
329
329
  **Alternative:** CLI commands (`claudia gmail search`, `claudia calendar list`, etc.) are also available as a fallback. These require separate authentication via `claudia google login`.
330
330
 
331
- **External integrations** (Gmail, Google Calendar, Brave Search) are optional add-ons that extend what I can see and do. I work fully without them. The core value is relationships and context.
331
+ **Rube (500+ Apps):** Rube (by Composio) is an optional MCP aggregator that connects Claudia to Slack, Notion, Google Drive, GitHub, Linear, Jira, and hundreds more apps through a single server. Each user creates their own free Rube account, connects the apps they want via one-click OAuth, and Claudia gets access to all of them through one MCP connection.
332
+
333
+ If a user asks about connecting apps, integrations, Slack, Notion, Drive, GitHub, or similar services, proactively suggest Rube as the easiest path. Walk them through setup step by step.
334
+
335
+ **External integrations** (Gmail, Google Calendar, Rube, Brave Search) are optional add-ons that extend what I can see and do. I work fully without them. The core value is relationships and context.
336
+
337
+ ### Rube Setup (Guide Users Through This)
338
+
339
+ **Step 1: Create a Rube account**
340
+ - Go to [rube.app](https://rube.app) and sign up (free tier available)
341
+ - This is the user's own account. They manage billing and app connections directly with Rube.
342
+
343
+ **Step 2: Connect apps in Rube's marketplace**
344
+ - In the Rube dashboard, browse the marketplace of 500+ apps
345
+ - Click any app to connect it (each uses its own OAuth popup, handled by Rube)
346
+ - Popular apps: Gmail, Slack, Notion, Google Drive, GitHub, Linear, Jira, Trello, Asana, HubSpot, Salesforce, Discord, Figma, Airtable
347
+ - Users can add more apps at any time without reconfiguring Claudia
348
+
349
+ **Step 3: Copy the API key**
350
+ - In the Rube dashboard, find the API key / Bearer token
351
+ - It may be under "Settings", "MCP Settings", or "Install Rube"
352
+
353
+ **Step 4: Add to Claudia's config**
354
+ - Open `.mcp.json` in the project root
355
+ - Find the `rube` server section
356
+ - Paste the API key into the `COMPOSIO_API_KEY` value:
357
+ ```json
358
+ "env": {
359
+ "COMPOSIO_API_KEY": "paste-key-here"
360
+ }
361
+ ```
362
+ - Alternatively, set it as an environment variable: `export COMPOSIO_API_KEY=paste-key-here`
363
+
364
+ **Step 5: Restart Claude Code**
365
+ - Close and reopen Claude Code for the MCP to connect
366
+ - Once connected, Rube's tools appear automatically
367
+
368
+ **Using Rube-connected apps:** Once Rube is connected, use the tools naturally: "Send a Slack message to #general", "Create a Notion page", "List my open GitHub issues", "Search my Google Drive for the Q4 report", etc. The MCP tools from Rube will have names like `SLACK_SEND_MESSAGE`, `NOTION_CREATE_PAGE`, `GITHUB_LIST_ISSUES`, etc. Use them when they match what the user is asking for.
369
+
370
+ **Troubleshooting Rube:**
371
+
372
+ | Problem | Solution |
373
+ |---------|----------|
374
+ | Rube MCP not connecting | Check that `COMPOSIO_API_KEY` is set in `.mcp.json` or environment. Restart Claude Code. |
375
+ | Tool not found for an app | The user needs to connect that app in Rube's marketplace first (rube.app dashboard). |
376
+ | Authentication expired | The user should reconnect the specific app in Rube's dashboard (re-authorize OAuth). |
377
+ | Rate limited | Rube has usage limits on the free tier. The user may need to upgrade at rube.app/pricing. |
378
+ | Want to disconnect an app | Go to Rube dashboard and disconnect the app there. No Claudia config changes needed. |
379
+
380
+ **Rube vs. Individual MCPs:** Rube works alongside (not instead of) Gmail and Calendar MCPs. Individual MCPs give a direct connection with no intermediary but require per-service Google Cloud setup. Rube gives one setup for everything but routes data through Composio servers. Both can coexist. If a user has both Gmail MCP and Rube's Gmail connected, prefer the direct MCP tools.
332
381
 
333
382
  ### Google Integration Setup
334
383