LLMemory MCP Server

LLMemory MCP Server

A remote MCP server that enables AI coding agents to search and retrieve context from imported AI chat history (ChatGPT, Claude, Codex, Claude Code) stored in Google Drive, with zero server-side storage and OAuth-based privacy.

Category
Visit Server

README

LLMemory MCP Server

A remote MCP server that lets AI coding agents search and pull context from your imported AI chat history (ChatGPT, Claude, Codex, Claude Code) without copy-pasting. Reads your vault live from your own Google Drive. Zero server-side storage, fully private.

Server URL: https://mcp.llmemory.xyz/mcp Transport: Streamable HTTP Auth: OAuth 2.1 with Dynamic Client Registration (no API keys — browser flow on first use)

Install in Cline

This is a remote MCP server — no cloning, no npm install, no local process. Cline just needs the URL.

Option A — Cline Dashboard (recommended):

  1. Log in to the Cline Dashboard → Organization → MCP Servers
  2. Add a new Remote MCP server
  3. Name: LLMemory · URL: https://mcp.llmemory.xyz/mcp
  4. Save. In VS Code/JetBrains, open the Cline panel → MCP Servers → connect llmemory.
  5. On first tool call, a browser window opens — authorize with Google and grant Drive access.

Option B — Cline MCP config JSON: Add this to your Cline MCP settings (cline_mcp_settings.json):

{
  "mcpServers": {
    "llmemory": {
      "type": "remote",
      "url": "https://mcp.llmemory.xyz/mcp"
    }
  }
}

Restart the Cline extension. On first tool call, the OAuth browser flow opens automatically.

Install in other MCP clients

Same URL works in any MCP client that supports Streamable HTTP + OAuth 2.1:

  • CursorLLMemory Cursor plugin
  • VS Code / GitHub Copilot — add to .vscode/mcp.json: { "servers": { "llmemory": { "type": "http", "url": "https://mcp.llmemory.xyz/mcp" } } }
  • Claude Desktop / Claude Codeclaude mcp add --transport http llmemory https://mcp.llmemory.xyz/mcp
  • Open WebUI — Admin Settings → External Tools → add Streamable HTTP MCP server with URL https://mcp.llmemory.xyz/mcp

Tools

Tool Purpose
list_sources Show which AI providers have data in your vault and counts
list_recent Recently updated conversations (id, title, source, message count). Filter by source
search_chats Full-text search across all imported conversations. Returns snippets + conversation IDs
get_conversation Fetch one full transcript by ID (Markdown or JSON)
get_context_pack Agent-ready briefing (goal, recent state, files, open tasks) for one conversation or a whole folder

What it reads

LLMemory reads the LLMemory/ folder in your Google Drive — a manifest.json plus one JSON file per conversation, written by the LLMemory browser extension or CLI. The server is read-only and zero-storage: it brokers Google OAuth, streams the result, then forgets everything. Your chats never leave your Drive on a server.

Privacy

  • Zero server-side storage. No chat content, no per-user database. Cloudflare Workers free tier.
  • Your Drive is the storage. Chats live in your own Google Drive LLMemory/ folder.
  • Read-only. The connector never writes to your vault.
  • OAuth-scoped. The server only ever sees your LLMemory/ Drive folder (drive.file scope).

Full privacy posture: STORE_PRIVACY.md

Examples

  • "What did I figure out about the OAuth worker last week?" → searches your vault
  • "Pull my most recent Codex session"list_recent filtered to codex, then get_conversation
  • "Give me a context pack for the session where we built the Claude connector"get_context_pack
  • "Show me which chats have data imported"list_sources

Links

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured