# MoteCloud Memory

# Motecloud Memory MCP

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add motecloud/memory

# Browse available tools
npx -y @smithery/cli@latest tool list motecloud/memory

# Get full schema for a tool
npx -y @smithery/cli@latest tool get motecloud/memory capability_search

# Call a tool
npx -y @smithery/cli@latest tool call motecloud/memory capability_search '{}'
```

## Direct MCP Connection

Endpoint: `https://memory--motecloud.run.tools`

## Tools (5)

- `capability_search` — Search the public MoteCloud MCP catalog across tools, prompts, resources, and skills.
- `skill_activate` — Activate one public skill bundle for the current MCP session and reveal its tools.
- `skill_deactivate` — Deactivate one public skill bundle for the current MCP session and hide its tools.
- `skill_status` — Show the skills that are active for the current MCP session.
- `billing_balance` — Read the current tenant billing balance and subscription status.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get motecloud/memory <tool-name>
```

## Resources

- `motecloud://public/billing-descriptor` — Public MoteCloud billing descriptor mirrored as an MCP resource.
- `motecloud://public/capabilities` — Public MCP capability manifest including skills and visibility policy.
- `motecloud://public/skills` — Definitions for the public skill bundles available on this MCP server.
- `motecloud://public/quick-start-guide` — Agent memory policy template and onboarding guide for using the MoteCloud MCP server. Read this on first connection to …

## Prompts (4)

- `start-memory-research` — Create a research-oriented working style for tenant memory exploration.
- `start-memory-coding` — Create a coding-oriented working style for tenant memory exploration.
- `prepare-implementation-context` — Guide a client toward preparing a compact implementation context block.
- `summarize-tenant-memory` — Guide a client toward summarizing the active tenant memory graph.
