Skip to main content
ClaudeWave
AS-XS avatar
AS-XS

AI-Pensieve-MCP

View on GitHub

Your memories shouldn't be locked inside one AI. AI Pensieve is a local-first, cross-AI memory layer that lets you import conversations and agent sessions from different AI platforms into a unified SQLite database. Your memory stays local, portable, and under your control instead of being locked inside a single AI provider.

MCP ServersOfficial Registry1 stars0 forksPythonApache-2.0Updated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (Apache-2.0)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/16/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · ai-pensieve
Claude Code CLI
claude mcp add ai-pensieve-mcp -- uvx ai-pensieve
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "ai-pensieve-mcp": {
      "command": "uvx",
      "args": ["ai-pensieve"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# [AI Pensieve MCP](https://github.com/AS-XS/AI-Pensieve-MCP)

中文版:[README](README.zh-CN.md) · [客户端设置](docs/AI_CLIENTS.zh-CN.md) · [用户指南](docs/USER_GUIDE.zh-CN.md)

Search your imported AI conversations locally, either through the illustrated
desktop room or from an MCP client.

> **Privacy:** the archive stays on your computer and MCP tools are read-only.
> Retrieved excerpts may be sent to the AI provider connected to your client.
> [How your data is handled](docs/privacy/README.md)

## Install

Open the desktop with [uv](https://docs.astral.sh/uv/getting-started/installation/):

```sh
uvx ai-pensieve
```

For a persistent command:

```sh
pipx install ai-pensieve
pensieve
```

To run only the read-only MCP server against an existing archive:

```sh
uvx ai-pensieve-mcp /absolute/path/to/archive.sqlite
```

See the [package installation guide](docs/INSTALLATION.md) for client setup,
platform requirements, persistent archive locations, and source installation.

## Use the desktop

1. Open the wooden door and touch the Pensieve.
2. Choose **Import a memory**, then select a provider bottle, **Unmarked** for
   auto-detection, or **Find & import local sessions**.
3. Choose an exported file or folder, inspect the selection, and pour it into
   the basin. The original files stay unchanged.
4. Choose **Search the waters**, search by keyword, and open a smoke result to
   read the original thread.

The GUI imports ChatGPT, Claude, Gemini, DeepSeek, Grok, and supported coding
sessions. NotebookLM currently provides notebook metadata only. See the
[full compatibility matrix](docs/COMPATIBILITY.md) and [export guide](docs/EXPORT_GUIDE.md).

## Connect an AI client

Import an archive first, then follow [AI client setup](docs/AI_CLIENTS.md) and
check the [client verification status](docs/COMPATIBILITY.md#mcp-clients).
Version 0.2.0 adds **shelf → Connect to an AI** for copyable setup and
`pensieve --demo` to try invented memories in a temporary archive.
Try prompts such as:

> Search my archive for discussions about machine learning. Show the source
> conversations and dates supporting your answer.

> Find discussions of my project across different AI providers and compare the
> decisions recorded in them.

[More example prompts and tool details](docs/EXAMPLE_PROMPTS.md).

The archive is a local snapshot: import or refresh again when new conversations
should appear. For command-line imports, custom source folders, and revision and
deduplication rules, see the [user guide](docs/USER_GUIDE.md).

Licensed under [Apache License 2.0](LICENSE).

<!-- mcp-name: io.github.AS-XS/ai-pensieve-mcp -->

What people ask about AI-Pensieve-MCP

What is AS-XS/AI-Pensieve-MCP?

+

AS-XS/AI-Pensieve-MCP is mcp servers for the Claude AI ecosystem. Your memories shouldn't be locked inside one AI. AI Pensieve is a local-first, cross-AI memory layer that lets you import conversations and agent sessions from different AI platforms into a unified SQLite database. Your memory stays local, portable, and under your control instead of being locked inside a single AI provider. It has 1 GitHub stars and its last recorded update is dated 2026-09-16.

How do I install AI-Pensieve-MCP?

+

You can install AI-Pensieve-MCP by cloning the repository (https://github.com/AS-XS/AI-Pensieve-MCP) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is AS-XS/AI-Pensieve-MCP safe to use?

+

Our security agent has analyzed AS-XS/AI-Pensieve-MCP and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains AS-XS/AI-Pensieve-MCP?

+

AS-XS/AI-Pensieve-MCP is maintained by AS-XS. The last recorded GitHub activity is dated 2026-09-16, with 0 open issues.

Are there alternatives to AI-Pensieve-MCP?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy AI-Pensieve-MCP to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: AS-XS/AI-Pensieve-MCP
[![Featured on ClaudeWave](https://claudewave.com/api/badge/as-xs-ai-pensieve-mcp)](https://claudewave.com/repo/as-xs-ai-pensieve-mcp)
<a href="https://claudewave.com/repo/as-xs-ai-pensieve-mcp"><img src="https://claudewave.com/api/badge/as-xs-ai-pensieve-mcp" alt="Featured on ClaudeWave: AS-XS/AI-Pensieve-MCP" width="320" height="64" /></a>

More MCP Servers

AI-Pensieve-MCP alternatives