← mnemom.ai

INDIVIDUAL MCP TOOL

put_protection_by_agent

Publish or replace the protection manifest — Accepts YAML (`text/yaml`, `application/yaml`) or JSON.

mnemom.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://api.mnemom.ai/mcp?profile=directory

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

mnemom.ai

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.mnemom]
url = "https://api.mnemom.ai/mcp?profile=directory"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mnemom": {
      "type": "http",
      "url": "https://api.mnemom.ai/mcp?profile=directory"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mnemom
Remote MCP URL: https://api.mnemom.ai/mcp?profile=directory

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": {
    "mnemom": {
      "url": "https://api.mnemom.ai/mcp?profile=directory"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mnemom": {
      "type": "http",
      "url": "https://api.mnemom.ai/mcp?profile=directory"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mnemom",
  "transport": "streamable-http",
  "url": "https://api.mnemom.ai/mcp?profile=directory"
}
MCP Inspector

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

Related tools

  • claim_agent — Claim a verifiable identity — bind an agent to your organization so its trust and accountability record is provably yours.
  • get_agent — Look up an agent's public identity and trust state by ID — the accountable record other agents and humans can rely on.
  • get_reputation — Look up an AI agent's published Trust Rating — Mnemom's portable reliability signal for autonomous software, computed from the agent's own verified activity record.
  • get_reputation_badge — Get an embeddable Trust Rating badge for an agent — returns the badge image URL plus ready-to-paste Markdown and HTML snippets for a README or agent card.
  • get_started — Zero-auth, no-args orientation: who Mnemom is, the surface map, how to authenticate and what it unlocks, and the value tools to try right now (headlining scan_trust + the reputation reads).
  • list_agents — List your agents — List all agents owned by the authenticated user.
  • preview_compose_alignment_by_agent — Preview composed alignment (dry run) — Composes the cascade against a hypothetical body at the agent layer and returns conflicts + the composed view.
  • preview_compose_protection_by_agent — Preview composed protection (dry run) — Composes the cascade against a hypothetical body at the agent layer and returns conflicts + the composed view.