Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Mindreader

БесплатноНе проверен

Connects MindReader knowledge graph to MCP clients, enabling AI assistants with persistent memory and entity/relationship management.

GitHubEmbed

Описание

Connects MindReader knowledge graph to MCP clients, enabling AI assistants with persistent memory and entity/relationship management.

README

Connect MindReader to Claude Code, Cursor, or any MCP-compatible client. Gives your AI assistant persistent memory backed by a knowledge graph.

Prerequisites

Install

git clone https://github.com/flu012/mindreader-mcp.git
cd mindreader-mcp
npm install

Setup 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
memory_search Search the knowledge graph for entities, facts, and relationships
memory_store Store information using LLM preprocessing (auto-extracts entities)
memory_create Create/update entities directly without LLM (precise control)
memory_entities List entities in the knowledge graph
memory_recall Recall relevant memories for a given context
memory_stats 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_URL http://localhost:18900 MindReader API base URL
MINDREADER_TOKEN (empty) Bearer token for authentication

License

MIT

from github.com/flu012/mindreader-mcp

Установка Mindreader

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/flu012/mindreader-mcp

FAQ

Mindreader MCP бесплатный?

Да, Mindreader MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Mindreader?

Нет, Mindreader работает без API-ключей и переменных окружения.

Mindreader — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Mindreader в Claude Desktop, Claude Code или Cursor?

Открой Mindreader на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Mindreader with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai