# @gamaze/hicortex

Shared fleet memory for AI agents: nightly self-correction, recall every prompt (supported agents).

- **Type:** MCP server
- **Trust:** 60/100 (B), scored on the package rubric
- **Verification:** community-indexed — nobody has claimed this listing
- **Version:** 0.22.3
- **Author:** io.github.gamaze-labs
- **License:** Unknown
- **npm:** @gamaze/hicortex
- **Source:** https://github.com/gamaze-labs/hicortex
- **Compatible clients:** claude-code, cursor, copilot, gemini (basis: transport)

## Trust

60/100 (B), scored on the package rubric
- Publisher verified: no
- Install scripts: nothing suspicious found
- Prompt-injection scan: not run
- Obfuscation scan: not run
- Evidence age: 5 days

## Security scan

- **Status:** warnings
- **Scanned:** 2026-09-18T09:42:24.302Z
- **Version scanned:** 0.22.0
- **CVEs:** none found by OSV at scan time

## Tools

11 declared. Statically extracted from the shipped source — a floor on the surface, not a census.
- `hicortex_search` — Search shared long-term memory (all agents, all sessions). CALL THIS BEFORE assuming, guessing, or asking the user about anything that may have come up before: 
- `hicortex_get` — Fetch ONE memory's full content by id — use this to lazy-load entries from the '## Memory recall (auto)' index or from search results whose snippet was not enou
- `hicortex_recent` — Get recent memories, optionally filtered by project. CALL THIS AT THE START of substantive work on a project to catch up on its latest state — cheaper than aski
- `hicortex_ingest` — Store a new memory in long-term storage. Use for Knowledge, Decisions, or Learnings. Capture is automatic (nightly) — use this ONLY for explicitly requested lea
- `hicortex_lessons` — Get actionable Learnings — auto-generated insights about mistakes to avoid. CALL THIS before retrying an approach that failed before, or when picking up work wh
- `hicortex_index` — Get the knowledge domain index — shows what topics and projects are stored in memory, grouped by domain. Call before a broad search to see which knowledge domai
- `hicortex_graph` — Query the memory knowledge graph — find connected memories, hub nodes, or paths between memories. Use it to explore memories connected to one you just fetched, 
- `hicortex_update` — Update an existing memory. Use after searching to fix incorrect information. If content changes, the embedding is re-computed.
- `hicortex_delete` — Permanently delete a memory and its links. Use when a memory is incorrect and should be removed entirely.
- `hicortex_learnings` — Get actionable Learnings — auto-generated insights about mistakes to avoid. CALL THIS before retrying an approach that failed before, or when picking up work wh
- `hicortex_identity` — Fetch your standing identity — the hand-edited 'who you are + how you work' layer (personality, rules, preferences). Returns all sections or a specific one. Use

## Install

**Verdict: review** — Installable, but 1 thing to check first: No publisher has proved control of this listing; it is indexed, not vouched for.
**Cautions** (coverage gaps and advisories — never blocking)
- No publisher has proved control of this listing; it is indexed, not vouched for.
**Config** (claude-code):
```json
"{\n  \"mcpServers\": {\n    \"hicortex\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@gamaze/hicortex\"\n      ],\n      \"env\": {\n        \"HICORTEX_AUTH_TOKEN\": \"<YOUR_HICORTEX_AUTH_TOKEN>\"\n      }\n    }\n  }\n}"
```
**Credentials it will ask for** (names only — Forge never holds a value):
- `HICORTEX_AUTH_TOKEN` — Hicortex Auth Token (optional)
Placeholders only. Forge never holds, brokers, or transmits a credential value — replace each <YOUR_NAME> in your own config file. Do not send a value back to Forge; no Forge endpoint accepts one.
- This entry needs 1 credential (0 required). The generated config carries placeholders, so it will fail in the editor rather than at runtime if they are left unset.

## Blast radius

Extensive blast radius — deletes data; holds an api key.
- Floor 52, ceiling 52 (tier: extensive)
- This is impact, not likelihood. A high radius is not a defect: a filesystem server is supposed to write files. It is never part of the trust score.

## Machine-readable views of this entry

- Signed JSON: https://forgeregistry.com/api/v1/packages/%40gamaze%2Fhicortex
- Install plan: https://forgeregistry.com/api/v1/packages/%40gamaze%2Fhicortex/install-plan
- Alternatives: https://forgeregistry.com/api/v1/alternatives/%40gamaze%2Fhicortex
- HTML page: https://forgeregistry.com/registry/%40gamaze%2Fhicortex
- MCP: POST https://forgeregistry.com/api/mcp → `forge_get_package` / `forge_install_plan`

## About this document

Generated by Forge (https://forgeregistry.com) — a compact rendering of the same record served, signed, at the JSON URL above. Trust and scan facts are the registry's own measurements; anything Forge did not measure is named as unmeasured rather than omitted.
