garza-os-github
by itsablabla
Overview
Automatically indexes voice memos from VoiceNotes, extracts entities using Claude, and syncs to Craft for knowledge management.
Installation
wrangler deployEnvironment Variables
- ANTHROPIC_API_KEY
- VOICENOTES
- EXTRACTIONS
Security Notes
Multiple critical security risks identified across the repository: numerous hardcoded API keys/tokens are present in various Node.js servers (e.g., `cf-mcp/server.js`, `beeper-rest-api/server.js`, `desktop-commander-mcp/worker.js`), shell scripts (`scripts/daily-bible.sh`), and Cloudflare Worker files. The system's own documentation (`docs/security-checklist.md`) explicitly flags plaintext secrets in Craft and unproxied MCP endpoints as immediate concerns. The orchestrator's use of `shell=True` in some `subprocess` calls also poses a potential risk if inputs aren't perfectly sanitized. Widespread use of hardcoded credentials makes the overall system highly vulnerable.
Similar Servers
trigger.dev
A platform for building and executing reliable, scalable background tasks and complex workflows, supporting various runtimes (Node.js, Python, Bun), including advanced AI agent orchestration, event-driven processing, and real-time data handling.
mcp_massive
An AI agent orchestration server, likely interacting with LLMs and managing multi-agent workflows.
2ly
Skilder is an infrastructure layer for AI agent tooling, providing a private tool registry and embedded runtimes for integrating with various agent frameworks and custom tools.
project-nova
Manages Paperless-NGX documents by providing an MCP server that exposes an SSE endpoint for integration with n8n, enabling AI agents to search, upload, and manage documents, tags, correspondents, and document types.