← Registry

Developer Tools

gethaki.space

Manages a project's persistent memory, allowing recall, capture, inspection, forgetting, and correction of project facts and conventions.

1 endpoint5 known toolsFirst detected September 8, 2026Last detected September 8, 2026

ENDPOINT 1

https://api.gethaki.space/mcp

No auth detected

MCP server metadata

Name
haki
Capabilities
experimentalpromptsresourcestools
Server instructions

Project long-term memory. Call haki_context before planning or editing code, haki_capture at the end of a task for decisions, conventions and resolved errors. Only memorize durable content, never secrets. Call haki_correct when the user reports that a fact recalled by haki_context is wrong.

Known tools 5

haki_context

Recall the project's memory (decisions, conventions, preferences) relevant to a task.

Inferred read-only
haki_capture

Memorize a durable project fact: technical decision, convention, resolved error.

Inferred read-only
haki_inspect

Inspect the trace of a haki_context call: which facts were included, excluded or blocked, and why (reason_code).

Inferred read-only
haki_forget

Forget the configured subject's memory in this project.

Inferred read-only
haki_correct

Correct the memory from inside the conversation (M10).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.haki]
url = "https://api.gethaki.space/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "haki": {
      "type": "http",
      "url": "https://api.gethaki.space/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: haki
Remote MCP URL: https://api.gethaki.space/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "haki": {
      "url": "https://api.gethaki.space/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "haki": {
      "type": "http",
      "url": "https://api.gethaki.space/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "haki",
  "transport": "streamable-http",
  "url": "https://api.gethaki.space/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.