# com.agishub/agent-memory (remote · api.agishub.com)

Persistent semantic memory for AI agents: store and recall text by meaning (RAG). x402

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

## Components

- remote · `api.agishub.com`: 63/100 (this document), [markdown](https://verifymcp.io/servers/com-agishub-agent-memory/mcp-memory.md), [page](https://verifymcp.io/servers/com-agishub-agent-memory/mcp-memory)

## Channel facts

- Endpoint: `https://api.agishub.com/mcp/memory`
- Transports: `streamable-http`
- Auth: `none`
- Version: `2.1.2`

## 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-03.

- **Endpoint Security**: 49/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 2 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 186 tokens (~93/item across 2 items; 2 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 20/100
  - Stability observed for 6 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.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-agishub-agent-memory https://api.agishub.com/mcp/memory
```

### Codex

```toml
[mcp_servers.com-agishub-agent-memory]
url = "https://api.agishub.com/mcp/memory"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-agishub-agent-memory": {
      "type": "remote",
      "url": "https://api.agishub.com/mcp/memory",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-agishub-agent-memory --url https://api.agishub.com/mcp/memory --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-agishub-agent-memory:
    url: "https://api.agishub.com/mcp/memory"
```

### Other

```json
{
  "mcpServers": {
    "com-agishub-agent-memory": {
      "type": "http",
      "url": "https://api.agishub.com/mcp/memory"
    }
  }
}
```

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-02 (score 63, +11)

- [functional improvement] Schema quality: unverified → excellent

### 2026-07-31 (score 52, +1)

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

### 2026-07-30 (score 51, +1)

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

### 2026-07-29 (score 50, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-07-28 (score 50)

First indexed and scored.

## MCP tools (2)

### `memory_upsert` (~98 tokens)

Store a piece of text in a persistent, searchable memory collection (namespace). Embedded and indexed for later semantic recall.

Input parameters:

- `id` (string): Optional stable id to update an existing entry; auto-generated if omitted.
- `namespace` (string, required): Your collection key — groups and isolates your memories. Treat it like a secret: anyone with it can read/write this collection.
- `text` (string, required): The text/content to store and make searchable.

### `memory_search` (~88 tokens)

Semantically search a memory collection (namespace) and return the most relevant stored entries. The retrieval half of RAG.

Input parameters:

- `namespace` (string, required): The namespace to search within (the same key used on upsert).
- `query` (string, required): Natural-language query; returns the most semantically similar stored entries.
- `top_k` (integer): How many results to return (default 5).

## Diagnostics

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

## Score history

- 2026-08-03: 63
- 2026-08-02: 63
- 2026-08-01: 52
- 2026-07-31: 52
- 2026-07-30: 51
- 2026-07-29: 50
- 2026-07-28: 50

## Links

- Remote endpoint: https://api.agishub.com/mcp/memory
- Repository: https://github.com/agishub/agishub-mcp
- Website: https://agishub.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-agishub-agent-memory/mcp-memory/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-agishub-agent-memory/mcp-memory/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-agishub-agent-memory/mcp-memory
