Brave Search MCP: The Brave Search MCP server is part of the official Model Context Protocol reference implementations. It gives AI agents real-time web search via the Brave Search API, enabling access to current news, facts, and web content that the model's training data doesn't cover. A foundational MCP integration for any agent requiring up-to-date information retrieval.; ClawMem: ClawMem is a local context engine providing retrieval-augmented memory for AI agents like Claude Code, OpenClaw, and Hermes. It combines multiple retrieval and scoring techniques (BM25, vector search, intent classification, graph traversal) to surface relevant context. It integrates via hooks, MCP server, or plugins, and shares a single SQLite vault across runtimes.
Giving AI agents access to current events, news, and web data beyond training cutoff
Persistent memory for AI coding assistants across sessions