A minimal Node.js application that connects Claude Agent SDK to WhatsApp using baileys. Features per-group memory via CLAUDE.md files, session continuity, scheduled tasks, and Gmail integration via MCP. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
13 lines
223 B
JSON
13 lines
223 B
JSON
{
|
|
"mcpServers": {
|
|
"gmail": {
|
|
"command": "npx",
|
|
"args": ["-y", "@gongrzhe/server-gmail-autoauth-mcp"]
|
|
},
|
|
"scheduler": {
|
|
"command": "npx",
|
|
"args": ["-y", "schedule-task-mcp"]
|
|
}
|
|
}
|
|
}
|