← mnemom.ai

INDIVIDUAL MCP TOOL

list_agents

List your agents — List all agents owned by the authenticated user.

mnemom.ainone authenticationAvailability not checked

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 endpoint

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • acknowledge_governance_signal — Acknowledge a governance signal — Records the actor + timestamp on the signal row.
  • assign_posture — Assign a posture to a team — Sets the team's active posture.
  • claim_agent — Claim a verifiable identity — bind an agent to your organization so its trust and accountability record is provably yours.
  • clone_posture — Clone a posture into an org — Copies the posture and its current revision into the target org's scope.
  • create_api_key — Create a personal API key — Mints a new personal API key.
  • create_governance_destination — Create a notification destination — Authorized: org_admin or org_owner.
  • create_governance_escalation_rule — Create an escalation rule — Authorized: org_admin or org_owner.
  • create_posture — Create a posture — Authorized: org_admin / org_owner for org-scope; platform admins for platform-scope.