# MemoryRouter (remote · mcp.memoryrouter.ai)

Persistent AI memory shared across Claude, ChatGPT, coding agents, and compatible MCP clients.

- Trust score: 78/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-13

## Components

- remote · `mcp.memoryrouter.ai`: 78/100 (this document), [markdown](https://verifymcp.io/servers/ai-memoryrouter-memoryrouter/mcp.md), [page](https://verifymcp.io/servers/ai-memoryrouter-memoryrouter/mcp)

## Channel facts

- Endpoint: `https://mcp.memoryrouter.ai/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-13.

- **Endpoint Security**: 81/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token.
  - HTTPS enforcement could not be verified: the plaintext port answered with HTTP 405, which proves neither a plaintext path nor enforcement.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
  - The authorisation server supports Client ID Metadata Documents, the current MCP client-registration mechanism.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 88/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 668 tokens (~95/item across 7 items; 5 tools + 2 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 17/100
  - Stability observed for 5 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http ai-memoryrouter-memoryrouter https://mcp.memoryrouter.ai/mcp
```

### Codex

```toml
[mcp_servers.ai-memoryrouter-memoryrouter]
url = "https://mcp.memoryrouter.ai/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-memoryrouter-memoryrouter": {
      "type": "remote",
      "url": "https://mcp.memoryrouter.ai/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ai-memoryrouter-memoryrouter --url https://mcp.memoryrouter.ai/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ai-memoryrouter-memoryrouter:
    url: "https://mcp.memoryrouter.ai/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ai-memoryrouter-memoryrouter": {
      "type": "http",
      "url": "https://mcp.memoryrouter.ai/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-13 (score 78, +1)

No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-11 (score 77, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-08-10 (score 75, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-09 (score 74, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-08 (score 74)

First indexed and scored.

## MCP tools (5)

### `search_memories` (~85 tokens)

Search memories

Use this when the user asks about a prior decision, preference, person, project, or other fact that may be in their connected MemoryRouter vault. Semantically searches only the OAuth-selected vault and does not modify it.

Input parameters:

- `limit` (integer): Maximum number of relevant memories to return.
- `query` (string, required): A concise natural-language description of the past context to recall.

Output parameters:

- `count` (integer)
- `memories` (array)
- `query` (string)

### `store_memory` (~90 tokens)

Remember something

Use this only when the user explicitly asks to remember something or confirms a proposed durable fact. Saves concise user-approved content to the OAuth-selected vault; do not use it for silent conversation capture.

Input parameters:

- `content` (string, required): The concise fact, preference, decision, or outcome the user approved for storage.
- `tags` (array): Optional short category labels. These are preserved as provenance text until structured tags ship.

Output parameters:

- `accepted` (boolean)
- `source` (string)
- `status` (string)
- `vaultRef` (string)

### `memory_status` (~45 tokens)

Check memory status

Use this when the user asks whether MemoryRouter is connected, which opaque vault binding is active, or how many memories/tokens the connected vault contains. Does not reveal the memory key.

Output parameters:

- `connected` (boolean)
- `grantedScopes` (array)
- `storage` (string)
- `totalMemories` (integer)
- `totalTokens` (integer)
- `vaultRef` (string)

### `forget_all_memories` (~103 tokens)

Delete all memories in connected vault

Use this only after the user explicitly requests a full-vault deletion, receives a permanent whole-vault warning, and provides the exact confirmation phrase in a later turn. Permanently deletes every memory in the OAuth-selected vault. This cannot delete one memory; direct the user to the dashboard for item-level curation. Requires separate memories:delete authorization and destructive host confirmation.

Input parameters:

- `confirmation` (string, required): Exact phrase the user must provide after being warned that deletion is permanent.

Output parameters:

- `deleted` (boolean)
- `message` (string)
- `vaultRef` (string)

### `search` (~73 tokens)

Search MemoryRouter knowledge

Use this legacy compatibility alias when a client explicitly requests a tool named search. It searches the OAuth-selected MemoryRouter vault without modifying it. For normal ChatGPT recall, prefer search_memories; this tool does not provide citable item permalinks or Company Knowledge fetch support.

Input parameters:

- `query` (string, required): Natural-language search query.

Output parameters:

- `results` (array)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ai-memoryrouter-memoryrouter/mcp#diagnostics

## Score history

- 2026-08-13: 78
- 2026-08-12: 77
- 2026-08-11: 77
- 2026-08-10: 75
- 2026-08-09: 74
- 2026-08-08: 74

## Links

- Remote endpoint: https://mcp.memoryrouter.ai/mcp
- Website: https://memoryrouter.ai/
- Changelog RSS feed: https://verifymcp.io/servers/ai-memoryrouter-memoryrouter/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/ai-memoryrouter-memoryrouter/mcp.json
- HTML version of this page: https://verifymcp.io/servers/ai-memoryrouter-memoryrouter/mcp
