mcpbeat Sign in

AI Pensieve MCP Server

local only

AI Pensieve MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 16 Sep 2026.

Search and cross-reference local AI chat history with read-only tools and source citations.

Installs / week
pypi · ai-pensieve-mcp
1
Stars
0 open issues
16 Sep 2026
Last commit
no recent releases
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check AI Pensieve MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ai-pensieve-mcp -- uvx ai-pensieve-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ai-pensieve-mcp": {
      "args": [
        "ai-pensieve-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ai-pensieve-mcp]
command = "uvx"
args = ["ai-pensieve-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ai-pensieve-mcp": {
      "args": [
        "ai-pensieve-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ai-pensieve-mcp": {
      "args": [
        "ai-pensieve-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to AI Pensieve MCP

same job, measured the same way
Fxpeek
by jenpo

Historical reference exchange rates with a source link per row. Tools: get_latest_rate, get_history.

2 tools answering
iMessage History
by anipotts

Search and read your Apple Messages history from any MCP client. Read-only, local.

1 211 installs/wk local only
MIAPI — Grounded Web Answers
by miapi

Web search and AI answers with real source citations and a confidence score.

257 installs/wk local only
Neurakeep
by dominiclachance

Local-first, source-cited memory for AI agents with proposal review, failure memory, and MCP tools.

31 installs/wk local only
CiteNexus
by akougkas

Search scholarly sources, verify references, and export citations with traceable evidence.

local only
Offendersearch
by offendersearch

Search US sex-offender registries and criminal records, with per-source citations.

5 tools answering
smry Public Reader
by mrmps

Read and search exact public source URLs with stable paragraph citations.

1 tools answering
Pastea
by pastea-app

Search, read and re-copy your Mac clipboard history from Pastea. Local, pairs with one click.

31 installs/wk local only

AI Pensieve MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for AI Pensieve MCP?
AI Pensieve MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package ai-pensieve-mcp.
How do I connect AI Pensieve MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ai-pensieve-mcp straight from pypi; nothing to host, nothing to sign up for.
Is AI Pensieve MCP open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.