← Back to search

@hive-mind/mcp-server

marolinik Scanned 3d ago

MCP server exposing hive-mind memory (21 tools + 4 resources) over stdio for Claude Code, Claude Desktop, Codex, and any MCP-compatible client

C
65 / 100

Versions

0.2.0latest
May 11, 2026
0.1.0
Apr 18, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 21

compile_wiki
annotations: none low

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.

workspace_id string
get_page
annotations: none low

Read a compiled wiki page by its slug (e.g.,

slug string workspace_id string
search_wiki
annotations: none low

Search compiled wiki pages by name or type. Defaults to the personal wiki; pass workspace_id to search a workspace wiki.

query string workspace_id string
compile_health
annotations: none low

Run a health check on the wiki. Reports contradictions, gaps, orphan entities, weak confidence pages, and data quality score.

ingest_source
annotations: none low

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.

content string workspace string
get_awareness
annotations: none low

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
annotations: none low

Set an awareness item — a short-lived context marker for active tasks, pending actions, or flags. Items can auto-expire.

content string priority number ttl_minutes number
clear_awareness
annotations: none low

Remove an awareness item by ID, or clear all items in a category.

id number
harvest_import
annotations: none low

Import conversation history from external AI systems (ChatGPT, Claude, Gemini, etc.). Parses the export data and saves extracted memories to the personal mind.

data string file_path string
harvest_sources
annotations: none low

List all registered harvest sources and their sync status.

search_entities
annotations: none low

Search the knowledge graph for entities (people, projects, concepts, organizations, technologies). Returns matching entities with their relations.

limit number query string workspace string
save_entity
annotations: none low

Create or update an entity in the knowledge graph. Auto-deduplicates by normalized name.

name string workspace string
create_relation
annotations: none low

Create a relationship between two entities in the knowledge graph.

source_id number target_id number workspace string confidence number relation_type string
get_identity
annotations: none low

Get the user\

set_identity
annotations: none low

Create or update the user\

name string role string department string personality string capabilities string system_prompt string
save_memory
annotations: none low

Save a memory (fact, decision, preference, context) that persists across conversations. Auto-indexes for semantic search.

content string workspace string
recall_memory
annotations: none low

Search memories using semantic hybrid search (keyword + vector). Returns ranked results from personal and/or workspace memories.

limit number query string workspace string
list_workspaces
annotations: none low

List all workspaces with their configuration and memory stats.

create_workspace
annotations: none low

Create a new workspace with its own isolated memory mind.

icon string name string group string model string
cleanup_frames
annotations: none low

Maintenance tool: compact stale frames, remove test pollution, and reconcile search indexes. Use with mode=

workspace string max_temp_age_days number max_deprecated_age_days number
cleanup_entities
annotations: none low

Maintenance tool: remove noise entities from the knowledge graph, deduplicate by normalized name, and retire orphan entities with no relations.

workspace string

Permissions 5

network medium
Server uses network capabilities via: fetch()
filesystem low
Server uses filesystem capabilities via: fs, fs sync ops, path
shell high
Server uses shell capabilities via: child_process, spawn(), spawnSync()
database medium
Server uses database capabilities via: better-sqlite3
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 59

low
Tool 'compile_wiki' has no annotations annotation_checker · 100%
low
Tool 'get_page' has no annotations annotation_checker · 100%
low
Tool 'search_wiki' has no annotations annotation_checker · 100%
low
Tool 'compile_health' has no annotations annotation_checker · 100%
low
Tool 'ingest_source' has no annotations annotation_checker · 100%
low
Tool 'get_awareness' has no annotations annotation_checker · 100%
low
Tool 'set_awareness' has no annotations annotation_checker · 100%
low
Tool 'clear_awareness' has no annotations annotation_checker · 100%
low
Tool 'harvest_import' has no annotations annotation_checker · 100%
low
Tool 'harvest_sources' has no annotations annotation_checker · 100%
low
Tool 'search_entities' has no annotations annotation_checker · 100%
low
Tool 'save_entity' has no annotations annotation_checker · 100%
low
Tool 'create_relation' has no annotations annotation_checker · 100%
low
Tool 'get_identity' has no annotations annotation_checker · 100%
low
Tool 'set_identity' has no annotations annotation_checker · 100%
low
Tool 'save_memory' has no annotations annotation_checker · 100%
low
Tool 'recall_memory' has no annotations annotation_checker · 100%
low
Tool 'list_workspaces' has no annotations annotation_checker · 100%
low
Tool 'create_workspace' has no annotations annotation_checker · 100%
low
Tool 'cleanup_frames' has no annotations annotation_checker · 100%
low
Tool 'cleanup_entities' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: yaml@2.8.1 (GHSA-48c2-rrv3-qjmp) dependency_analyzer · 95%
medium
Vulnerable dependency: sanitize-html@2.17.5 (GHSA-g8qq-57p8-ggw5) dependency_analyzer · 95%
medium
Vulnerable dependency: sanitize-html@2.17.5 (GHSA-jxwj-j7wr-gfrw) dependency_analyzer · 95%
high
Long unicode escape chain in marolinik-hive-mind-3410327/packages/core/src/memory-ingress-guard.ts:239 entropy_analyzer · 80%
high
Long unicode escape chain in marolinik-hive-mind-3410327/packages/core/src/memory-ingress-guard.test.ts:443 entropy_analyzer · 80%
info
package.json metadata manifest_parser · 100%
info
Tool: compile_wiki manifest_parser · 70%
info
Tool: get_page manifest_parser · 70%
info
Tool: search_wiki manifest_parser · 70%
info
Tool: compile_health manifest_parser · 70%
info
Tool: ingest_source manifest_parser · 70%
info
Tool: get_awareness manifest_parser · 70%
info
Tool: set_awareness manifest_parser · 70%
info
Tool: clear_awareness manifest_parser · 70%
info
Tool: harvest_import manifest_parser · 70%
info
Tool: harvest_sources manifest_parser · 70%
info
Tool: search_entities manifest_parser · 70%
info
Tool: save_entity manifest_parser · 70%
info
Tool: create_relation manifest_parser · 70%
info
Tool: get_identity manifest_parser · 70%
info
Tool: set_identity manifest_parser · 70%
info
Tool: save_memory manifest_parser · 70%
info
Tool: recall_memory manifest_parser · 70%
info
Tool: list_workspaces manifest_parser · 70%
info
Tool: create_workspace manifest_parser · 70%
info
Tool: cleanup_frames manifest_parser · 70%
info
Tool: cleanup_entities manifest_parser · 70%
info
Transport: stdio manifest_parser · 90%
info
Required env vars (35) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 70%
low
Permission: filesystem access detected permission_analyzer · 90%
high
Permission: shell access detected permission_analyzer · 95%
medium
Permission: database access detected permission_analyzer · 90%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 448 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%