Model Context Protocol

Give Your AI a Second Brain

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 Started

How It Works

Three steps. Two minutes. Your AI gets a memory.

1

Generate an API Key

Go to Settings in your Mente dashboard and create an API key. This authenticates your AI tool with your account.

2

Connect Your AI Tool

Run one CLI command for Claude Code, or paste the JSON config into Cursor or any MCP-compatible tool. One-time setup.

3

Ask Your AI Anything

Start asking your AI about your saved content. Search, save new links, browse notes — all from your AI.

Available Tools

Six tools your AI can call to interact with your knowledge base.

search

Search your knowledge base by meaning. Returns items and notes that match your query across titles, summaries, and content.

save_link

Save a URL to your knowledge base. AI processes it automatically — summarization, categorization, concept extraction, and todo generation.

get_item

Get full details of a saved item including the AI summary, key concepts, categories, tags, and connections to other items.

list_items

Browse your recently saved content. Filter by type — articles, videos, tweets, papers, or products.

list_notes

Access your notes with titles, summaries, and timestamps. Great for pulling context into your current work.

list_categories

See how your knowledge is organized. Returns all categories with item counts so you know what topics you've collected.

Configuration

Replace the API key with your own, then connect your AI tool.

For Claude Code

CLI
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

JSON
{
  "mcpServers": {
    "mente": {
      "type": "streamable-http",
      "url": "https://app.getmente.com/api/mcp/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY_HERE"
      }
    }
  }
}

What You Can Ask

Example prompts to try once you've connected Mente.

"Search my Mente for articles about productivity systems"

Finds items and notes related to productivity across your entire knowledge base.

"Save this link to Mente: https://example.com/article"

Saves the URL and kicks off AI processing. Summary, categories, concepts, and todos generated automatically.

"What did I save about machine learning last month?"

Your AI searches your saved content and returns relevant items with summaries and links.

"Show me my Mente categories"

Lists all your knowledge categories with item counts — great for understanding what you've been collecting.

Start Building Your AI-Powered Knowledge Base

Save anything. AI processes it. Your AI tools can access it all.

Get Started