@hive-mind/mcp-server
MCP server exposing hive-mind memory (21 tools + 4 resources) over stdio for Claude Code, Claude Desktop, Codex, and any MCP-compatible client
Versions
0.2.0latest0.1.0Tools 21
compile_wiki Compile a wiki from memory frames and knowledge graph. Defaults to the personal mind; pass workspace_id to compile a workspace-scoped wiki. Incremental by default.
get_page Read a compiled wiki page by its slug (e.g.,
search_wiki Search compiled wiki pages by name or type. Defaults to the personal wiki; pass workspace_id to search a workspace wiki.
compile_health Run a health check on the wiki. Reports contradictions, gaps, orphan entities, weak confidence pages, and data quality score.
ingest_source Ingest a document, URL, or text into the memory system. Auto-detects content type or use type_hint. Supports: markdown files, plain text, PDF files, web URLs, and raw text content.
get_awareness Get current awareness items — active tasks, pending actions, context flags. These are short-lived context items that help the AI maintain situational awareness.
set_awareness Set an awareness item — a short-lived context marker for active tasks, pending actions, or flags. Items can auto-expire.
clear_awareness Remove an awareness item by ID, or clear all items in a category.
harvest_import Import conversation history from external AI systems (ChatGPT, Claude, Gemini, etc.). Parses the export data and saves extracted memories to the personal mind.
harvest_sources List all registered harvest sources and their sync status.
search_entities Search the knowledge graph for entities (people, projects, concepts, organizations, technologies). Returns matching entities with their relations.
save_entity Create or update an entity in the knowledge graph. Auto-deduplicates by normalized name.
create_relation Create a relationship between two entities in the knowledge graph.
get_identity Get the user\
set_identity Create or update the user\
save_memory Save a memory (fact, decision, preference, context) that persists across conversations. Auto-indexes for semantic search.
recall_memory Search memories using semantic hybrid search (keyword + vector). Returns ranked results from personal and/or workspace memories.
list_workspaces List all workspaces with their configuration and memory stats.
create_workspace Create a new workspace with its own isolated memory mind.
cleanup_frames Maintenance tool: compact stale frames, remove test pollution, and reconcile search indexes. Use with mode=
cleanup_entities Maintenance tool: remove noise entities from the knowledge graph, deduplicate by normalized name, and retire orphan entities with no relations.
Permissions 5
network medium filesystem low shell high database medium env_vars low