MCP Server

Memory Tool AI Integration

Use Memory Tool with Pickaxe to persist context across sessions so your AI workflows keep improving over time.

Pickaxe community avatar
Pickaxe community avatar
Pickaxe community avatar
Pickaxe community avatar
Pickaxe community avatar
Pickaxe community avatar
Join 2,000+ builders
Pickaxe
Memory Tool

Capabilities

9 capabilities

1 / 2

add_memory

Store a new preference, fact, or conversation snippet. Requires at least one: user_id, agent_id, or run_id.

Type: string

search_memories

Run a semantic search over existing memories. Use filters to narrow results. Common filter patterns: - Single user: {"AND": [{"user_id": "john"}]} - Agent memories: {"AND": [{"agent_id": "agent_name"}]} - Recent memories: {"AND": [{"user_id": "john"}, {"created_at": {"gte": "2024-01-01"}}]} - Multiple users: {"AND": [{"user_id": {"in": ["john", "jane"]}}]} - Cross-entity: {"OR": [{"user_id": "john"}, {"agent_id": "agent_name"}]} user_id is automatically added to filters if not provided.

get_memories

Page through memories using filters instead of search. Use filters to list specific memories. Common filter patterns: - Single user: {"AND": [{"user_id": "john"}]} - Agent memories: {"AND": [{"agent_id": "agent_name"}]} - Recent memories: {"AND": [{"user_id": "john"}, {"created_at": {"gte": "2024-01-01"}}]} - Multiple users: {"AND": [{"user_id": {"in": ["john", "jane"]}}]} Pagination: Use page (1-indexed) and page_size for browsing results. user_id is automatically added to filters if not provided.

delete_all_memories

Delete every memory in the given user/agent/app/run but keep the entity.

list_entities

List which users/agents/apps/runs currently hold memories.

Get Started

Click any tool below to instantly start building AI tools that enhance your workflow and productivity

Chatbot Builder

Create intelligent chatbots that handle customer inquiries, provide support, and answer questions 24/7.

Team Communication Hub

Build tools that streamline team communication, send notifications, and coordinate workflows.

Notification System

Automate notifications across channels to keep users informed about important updates and events.

Conversation Analyzer

Analyze chat logs and conversations to extract insights, sentiment, and key information.

Message Routing Assistant

Intelligently route messages to the right team members based on content and context.

Response Generator

Generate contextual responses to messages using AI that understands conversation history.

Explore Pickaxe Templates

Get started faster with pre-built templates. Choose from our library of ready-to-use AI tools and customize them for your needs.

Ready to Connect Memory Tool?

Build your AI tool with this MCP server in the Pickaxe builder.

Build with Pickaxe

Frequently Asked Questions