Connect Claude, Cursor, or any MCP-compatible AI to your Mente knowledge base. Search, save, and retrieve your saved content — all from your AI assistant.
Get StartedThree steps. Two minutes. Your AI gets a memory.
Go to Settings in your Mente dashboard and create an API key. This authenticates your AI tool with your account.
Run one CLI command for Claude Code, or paste the JSON config into Cursor or any MCP-compatible tool. One-time setup.
Start asking your AI about your saved content. Search, save new links, browse notes — all from your AI.
Six tools your AI can call to interact with your knowledge base.
Search your knowledge base by meaning. Returns items and notes that match your query across titles, summaries, and content.
Save a URL to your knowledge base. AI processes it automatically — summarization, categorization, concept extraction, and todo generation.
Get full details of a saved item including the AI summary, key concepts, categories, tags, and connections to other items.
Browse your recently saved content. Filter by type — articles, videos, tweets, papers, or products.
Access your notes with titles, summaries, and timestamps. Great for pulling context into your current work.
See how your knowledge is organized. Returns all categories with item counts so you know what topics you've collected.
Replace the API key with your own, then connect your AI tool.
For Claude Code
claude mcp add --transport http \
--header "Authorization: Bearer YOUR_API_KEY_HERE" \
mente https://app.getmente.com/api/mcp/mcp
For Cursor and other MCP clients
{
"mcpServers": {
"mente": {
"type": "streamable-http",
"url": "https://app.getmente.com/api/mcp/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY_HERE"
}
}
}
}
Example prompts to try once you've connected Mente.
Finds items and notes related to productivity across your entire knowledge base.
Saves the URL and kicks off AI processing. Summary, categories, concepts, and todos generated automatically.
Your AI searches your saved content and returns relevant items with summaries and links.
Lists all your knowledge categories with item counts — great for understanding what you've been collecting.
Save anything. AI processes it. Your AI tools can access it all.
Get Started