← hongy.dev

INDIVIDUAL MCP TOOL

memory_delete

Deprecated alias for memory_forget.

hongy.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://hongy.dev/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for memory_delete 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

hongy.dev

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.hongy-dev]
url = "https://hongy.dev/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hongy-dev": {
      "type": "http",
      "url": "https://hongy.dev/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hongy-dev
Remote MCP URL: https://hongy.dev/api/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": {
    "hongy-dev": {
      "url": "https://hongy.dev/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hongy-dev": {
      "type": "http",
      "url": "https://hongy.dev/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hongy-dev",
  "transport": "streamable-http",
  "url": "https://hongy.dev/api/mcp"
}
MCP Inspector

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

Related tools

  • list_content — List published skills, workflows, config files and stack notes on hongy.dev.
  • get_content — Fetch one published document by slug, exactly as authored — frontmatter included, so a skill comes back as a valid SKILL.md ready to write to disk.
  • search_content — Full-text search across every published document on hongy.dev.
  • memory_write — Record one durable fact in Memory Fabric so it survives this session: a preference stated, a decision made, a constraint discovered, a correction given, something observed.
  • memory_search — Recall from Memory Fabric.
  • memory_timeline — What happened in a scope, in order.
  • memory_get — Fetch a single memory by id, optionally with the chain it superseded.
  • memory_forget — Stop believing a memory.