mindreader-mcp
Click on "Deploy 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., "@mindreader-mcpRemember that I prefer dark mode in my IDE."
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.
MindReader MCP Server
Connect MindReader to Claude Code, Cursor, or any MCP-compatible client. Gives your AI assistant persistent memory backed by a knowledge graph.
Prerequisites
MindReader V2 running locally (
npm start)Node.js 18+
Related MCP server: 2BToRePensieve
Install
git clone https://github.com/flu012/mindreader-mcp.git
cd mindreader-mcp
npm installSetup with Claude Code
Add to your Claude Code settings (~/.claude/settings.json or project .claude/settings.json):
{
"mcpServers": {
"mindreader": {
"command": "node",
"args": ["/path/to/mindreader-mcp/src/index.js"],
"env": {
"MINDREADER_URL": "http://localhost:18900"
}
}
}
}If MindReader has authentication enabled, add your token:
{
"mcpServers": {
"mindreader": {
"command": "node",
"args": ["/path/to/mindreader-mcp/src/index.js"],
"env": {
"MINDREADER_URL": "http://localhost:18900",
"MINDREADER_TOKEN": "your-api-token"
}
}
}
}Setup with Cursor
Add to Cursor's MCP settings (~/.cursor/mcp.json):
{
"mcpServers": {
"mindreader": {
"command": "node",
"args": ["/path/to/mindreader-mcp/src/index.js"],
"env": {
"MINDREADER_URL": "http://localhost:18900"
}
}
}
}Tools
Tool | Description |
| Search the knowledge graph for entities, facts, and relationships |
| Store information using LLM preprocessing (auto-extracts entities) |
| Create/update entities directly without LLM (precise control) |
| List entities in the knowledge graph |
| Recall relevant memories for a given context |
| Get knowledge graph statistics |
Examples
Once configured, Claude Code can use the tools naturally:
"Remember that Alice is a senior engineer at Acme Corp"
"What do you know about the payments project?"
"List all the entities in my knowledge graph"
"Create an entity for the new API gateway project with tags backend, infrastructure"
Environment Variables
Variable | Default | Description |
|
| MindReader API base URL |
| (empty) | Bearer token for authentication |
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Personal knowledge graph as an AI memory layer over MCP - read, save, and link your memories.
Persistent, portable memory for AI assistants — your private memory graph, from any MCP client.
Cross-vendor AI memory over MCP. One semantic store, readable and writeable from every MCP client.
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
Related MCP Servers
AlicenseNot gradedqualityBmaintenanceEnables persistent memory storage and retrieval for MCP clients, allowing AI assistants to remember facts and context across conversations.351 npmMIT- FlicenseNot gradedqualityDmaintenanceBuilds a persistent knowledge graph from notes and conversations, enabling semantic search, entity exploration, and GTD task management from any MCP-compatible AI assistant.3-
- AlicenseNot gradedqualityBmaintenanceKnowledge-graph memory server for MCP-compatible AI tools, providing persistent, connected memory with typed relationships and auto-consolidation.25 npmMIT
- AlicenseAqualityAmaintenanceProvides persistent, graph-based memory for AI agents via MCP, enabling semantic search, wikilink traversal, reminders, and injection protection.930Apache 2.0