omniplan_cues_hackathon
Verified Safeby ao561
Overview
A hyper-personalized group chat assistant using real-time contextual data from multiple MCP servers to facilitate group planning.
Installation
No command providedSecurity Notes
The application runs as a web server and interacts with external APIs (Anthropic, Google Maps, Weather). It emphasizes good security practices like storing API keys in a .env file and not committing them to version control. The architecture uses MCP to control tool execution, aiming to reduce the risk of arbitrary code or data access.
Similar Servers
mcp-memory-service
A Model Context Protocol (MCP) server providing persistent, semantic memory storage and retrieval capabilities for AI agents. It supports lightweight semantic reasoning (contradiction, causal inference), content chunking, multi-backend storage (SQLite-vec, Cloudflare, Hybrid), autonomous memory consolidation (decay, association, clustering, compression, forgetting), and real-time updates via SSE. It's designed for token-efficient interaction with LLMs.
mcp-discord
Enables AI assistants to interact with the Discord platform by providing a set of Discord-related functionalities via the Model Context Protocol (MCP).
devcontext
This server provides continuous, project-centric context awareness to enhance development by learning from patterns and delivering relevant codebase insights to AI agents.
poly-queue-mcp
Unified Message Context Protocol (MCP) server for managing message queues across Redis Streams, RabbitMQ, and NATS, enabling AI assistants to interact with these systems.