Skip to main content
Glama
Aaditya-git

chatgpt-kg

by Aaditya-git

chatgpt-kg

Builds a personal knowledge graph from selected ChatGPT conversations (stored in Neo4j) and exposes it to Claude Code as an on-demand MCP search tool.

Setup

  1. Install Neo4j Desktop, create a local database, note its password.

  2. python -m venv .venv && source .venv/bin/activate && pip install -e ".[dev]"

  3. cp config.example.toml config.toml and edit as needed.

  4. export KG_NEO4J_PASSWORD=...

Related MCP server: Persistent Context MCP

Usage

  • Drop a ChatGPT export (conversations.json or its zip) into inbox/.

  • kg ingest — build/update the graph.

  • kg query "resume" — search from the terminal.

  • kg stats — counts.

  • kg rebuild — wipe and rebuild.

Claude Code integration

  1. Ensure Neo4j is running and the graph is built (kg ingest).

  2. Keep .mcp.json in the project root (it points Claude Code at the server's Python and module). The server reads the Neo4j password from .env, so no secret goes in .mcp.json.

  3. In Claude Code, run /mcp to confirm the chatgpt-kg server is connected.

  4. Ask a question about prior ChatGPT work; Claude calls search_knowledge_graph when relevant.

F
license - not found
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    A memory management system that enables AI assistants to store, search, and visualize persistent conversation contexts using a Neo4j graph database. It provides an MCP server for integration with Claude Desktop along with a web-based dashboard for managing relationship-based knowledge.
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Self-hosted personal knowledge graph for Claude that persists across sessions, devices, and tools. Built on Neo4j with local semantic embeddings; OAuth 2.1 lets Claude Code, Claude Desktop, and claude.ai web all hit the same graph.
    23
    41
    2
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Obsidian-backed knowledge graph with semantic search, entity extraction, and cross-session memory. 11 MCP tools. Works with Claude Code, Cursor, Windsurf, and any MCP-compatible editor.
    52
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Hosted MCP memory: save sessions/decisions once, search from Claude, Cursor, ChatGPT. EU-hosted FTS.

  • Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.

  • Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Aaditya-git/chatgpt-kg'

If you have feedback or need assistance with the MCP directory API, please join our Discord server