search_messages
Full-text search across stored messages.
How to use it
search_messages is exposed by the Murmur MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the search_messages tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Murmur
$
docker run -d --name nats -p 4222:4222 nats:2.10-alpine -js --auth YOUR_SECRETOther tools in Murmur (6)
list_conversations
List conversations by recency.
murmur_inbox
Read inbound messages from peers.
murmur_peers
List known peers and their key status.
murmur_request
Send message and wait for reply. Blocks until response or timeout. Best for autonomous workflows.
murmur_send
Send encrypted message (fire-and-forget). Returns immediately after enqueue.
send_message
Store a local message in the conversation store.