← gethaki.space
INDIVIDUAL MCP TOOL
haki_forget
Forget the configured subject's memory in this project.
LIVE ENDPOINT
https://api.gethaki.space/mcp
Connect to this endpoint to inspect the live schema for haki_forget 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
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_capture— Memorize a durable project fact: technical decision, convention, resolved error.haki_inspect— Inspect the trace of a haki_context call: which facts were included, excluded or blocked, and why (reason_code).haki_correct— Correct the memory from inside the conversation (M10).