Life-Inbox-Zero
Verified Safeby SifatSikder
Overview
A unified AI-powered life management system that ingests various inputs, extracts actionable items, and auto-organizes them into a dashboard.
Installation
adk runEnvironment Variables
- GOOGLE_API_KEY
Security Notes
The server design generally avoids direct user code execution (e.g., no 'eval'). External MCP servers are run via subprocess with fixed commands, limiting injection risks. However, the system relies heavily on Google APIs (Gmail, Calendar, Drive) and Google Generative AI, requiring proper handling of OAuth 2.0 credentials (`credentials.json`, `token.json`) and an API key. Mismanagement of these sensitive files could lead to unauthorized access to a user's Google services. The `OrganizerAgent` has a missing import (`MediaFileUpload`) which would lead to a runtime error if Drive upload functionality is used.
Similar Servers
aderyn
A Rust-based Solidity static analyzer that identifies vulnerabilities in smart contracts and provides developer tooling such as LSP and an MCP server for integration with other development environments and AI agents.
graphlit-mcp-server
The Model Context Protocol (MCP) Server integrates with the Graphlit platform to ingest diverse data sources, build a searchable knowledge base, and enable LLM-powered search, retrieval, RAG, and generative capabilities for MCP clients.
thought-chain-mcp
Transforms any AI model into an advanced reasoning engine by providing structured, step-by-step thinking with persistent memory across sessions.
Mastervolt-Deep-Research
Providing agents with access to external execution environments (local filesystem) and AI models (Hugging Face) via the Model Context Protocol, enabling them to perform research tasks involving file operations and diverse AI capabilities.