โšก MCP Config Generator

MCP Config Generator

Generate the perfect MCP configuration for your AI tool in seconds. Supports Claude Desktop, Cursor, Windsurf, VS Code, Zed, and 100+ more clients.

1Choose your AI client

2Choose installation method

3Install the MCP server

$ pip install aimemory-mcp-server

4Add to Claude Desktop config

Config file location: ~/.claude/claude_desktop_config.json

{
  "mcpServers": {
    "ai-memory": {
      "command": "aimemory-mcp-server",
      "args": []
    }
  }
}

5Restart and test

  1. 1Restart Claude Desktop
  2. 2Start a new conversation and ask: "Search my memories for [topic]"
  3. 3The AI will use the search_memory tool to find relevant conversations

Available MCP Tools

๐Ÿ”
search_memory

Full-text search across all conversations

๐Ÿ“
add_memory

Save new conversations or memory snippets

๐Ÿง 
get_context

Retrieve relevant context for the current query

๐Ÿ“‹
list_memories

List all saved conversations with metadata

๐Ÿ“–
get_memory

Get a specific conversation by ID

โœ๏ธ
update_memory

Update tags, title, or content of a memory

๐Ÿ—‘๏ธ
delete_memory

Remove a conversation from storage

๐Ÿ“Š
memory_stats

Get statistics about your memory store

๐Ÿ“ค
export_memories

Export all memories as JSON

๐Ÿ“ฅ
import_memories

Import conversations from a JSON export

๐Ÿท๏ธ
get_all_tags

List all tags used across conversations

๐Ÿงน
clear_all

Delete all memories (use with caution)

Frequently Asked Questions

What is MCP (Model Context Protocol)?โ–ผ
MCP is an open standard by Anthropic that lets AI assistants connect to external tools and data sources. It enables Claude, Cursor, and 113+ other AI clients to search your conversation history, add memories, and more.
Hosted vs Local โ€” which should I choose?โ–ผ
Local (pip/uvx) gives you full offline support and 12 tools. The hosted API requires an internet connection and uses your aimemory.pro session data. Choose local for privacy and full features; choose hosted for zero-setup convenience.
Do I need to upload my conversations first?โ–ผ
For the hosted API: yes, upload via aimemory.pro first. For the local server: it has its own SQLite database โ€” you can add memories directly via the AI assistant or import from ChatGPT/Claude exports.
Is this free?โ–ผ
Yes! The MCP server is completely free and open-source. Install it, use it, self-host it โ€” no limits, no accounts required for the local version.
Which clients support MCP?โ–ผ
Over 113 clients including Claude Desktop, Cursor, Windsurf, VS Code (with Cline/Continue), Zed, Replit, and many more. See the full list at modelcontextprotocol.io.

Ready to give your AI persistent memory?

Upload your ChatGPT, Claude, or DeepSeek conversations and let any MCP-compatible AI assistant search through them.