← gethaki.space

INDIVIDUAL MCP TOOL

haki_capture

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

gethaki.spacenone authenticationAvailability not checked

LIVE ENDPOINT

https://api.gethaki.space/mcp

No auth detected

Connect to this endpoint to inspect the live schema for haki_capture and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

gethaki.space

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.

Related tools

  • haki_context — Recall the project's memory (decisions, conventions, preferences) relevant to a task.
  • haki_inspect — Inspect the trace of a haki_context call: which facts were included, excluded or blocked, and why (reason_code).
  • haki_forget — Forget the configured subject's memory in this project.
  • haki_correct — Correct the memory from inside the conversation (M10).