chatgpt-kg
Provides a knowledge graph search tool built on Neo4j, enabling AI agents to query personal knowledge graphs from ChatGPT conversations stored in Neo4j.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@chatgpt-kgsearch my past conversations about microservices"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Install Neo4j Desktop, create a local database, note its password.
python -m venv .venv && source .venv/bin/activate && pip install -e ".[dev]"cp config.example.toml config.tomland edit as needed.export KG_NEO4J_PASSWORD=...
Related MCP server: Claude Code Memory Server
Usage
Drop a ChatGPT export (
conversations.jsonor its zip) intoinbox/.kg ingest— build/update the graph.kg query "resume"— search from the terminal.kg stats— counts.kg rebuild— wipe and rebuild.
Claude Code integration
Ensure Neo4j is running and the graph is built (
kg ingest).Keep
.mcp.jsonin 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.In Claude Code, run
/mcpto confirm thechatgpt-kgserver is connected.Ask a question about prior ChatGPT work; Claude calls
search_knowledge_graphwhen relevant.
This server cannot be installed
Maintenance
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
- Alicense-qualityCmaintenanceThis lets you use Claude Desktop, or any MCP Client, to use natural language to accomplish things with Neo4j and your Aura account.Last updated982MIT
- Flicense-qualityDmaintenanceProvides persistent memory capabilities for Claude Code using Neo4j graph database to track development tasks, code patterns, solutions, and their relationships across sessions and projects, enabling contextual assistance and pattern recognition.Last updated11
- Alicense-qualityCmaintenanceA 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.Last updatedMIT
- AlicenseAqualityAmaintenanceSelf-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.Last updated23512MIT
Related MCP Connectors
Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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