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: Claude Code Memory Server

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
-
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.

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