Chat with Gemini AI for conversations, questions, and general assistance with learned user preferences. Use this tool to ask questions or get help through Claude Desktop.
Retrieve and filter chat conversations from FluentCommunity with options to search by user ID, thread status, and limit results for efficient management.
An AI conversation management layer that enables creating chat sessions, persisting message history to GitHub, and performing semantic searches over past interactions. It supports multi-turn threading and context injection to integrate external memory sources into Claude conversations.
A server that enables users to chat with each other by repurposing the Model Context Protocol (MCP), designed for AI tool calls, into a human-to-human communication system.
Generate a comprehensive context file capturing the server's current state, memory, and capabilities, creating .mcp-server-context.md for instant LLM awareness.
Timeout users in Twitch chat for moderation. Specify a username or descriptor like 'toxic' or 'spammer' with a reason. Without username, returns recent chat for review.
Permanently delete a memory by its ID to remove outdated, incorrect, or irrelevant entries from the local database. Action is irreversible and returns success status.
Update an existing memory by modifying only the fields you provide. Correct inaccuracies, adjust importance, or reclassify category without deleting. Omitted fields remain unchanged.
Extract all messages from a NotebookLM chat and save them as a formatted note with timestamps and attribution. Use this to preserve conversations or create summaries.