# Khwan (remote · mcp.khwan.ai)

Durable AI memory: recall distilled facts in a later session or subagent, and remember new ones.

- Trust score: 22/100 (low)
- Change this week: −15
- Registry status: active
- Liveness: degraded
- Owner verified: no
- Last scored: 2026-09-20

> **Degraded**: one or more channels of this server are currently unreachable; their trust score is decaying and will reach 0 if they stay down.

> **Recent critical change**: TLS certificate (2026-09-16). See the changelog below before you install this server.

## Components

- remote · `mcp.khwan.ai`: 22/100 (this document), [markdown](https://verifymcp.io/servers/ai-khwan-khwan-mcp/mcp-core-user.md), [page](https://verifymcp.io/servers/ai-khwan-khwan-mcp/mcp-core-user)
- pypi · `khwan-mcp`: 77/100, [markdown](https://verifymcp.io/servers/ai-khwan-khwan-mcp/khwan-mcp.md), [page](https://verifymcp.io/servers/ai-khwan-khwan-mcp/khwan-mcp)

## Channel facts

- Endpoint: `https://mcp.khwan.ai/mcp/{core}/{user}`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.3.12`

## 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-09-20.

- **Endpoint Security**: 11/100
  - TLS check failed: the certificate doesn't match the endpoint's hostname.
  - Authorisation not yet verified: we couldn't confirm whether this endpoint requires it.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS not yet verified: we couldn't read the response headers to check for it.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 0/100
  - Transport check failed: declared streamable-http, but the TLS certificate failed verification.
- **Schema Quality & AI Usability**: 0/100
  - Schema not yet verified: we couldn't read the endpoint's schema.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we couldn't read the endpoint's tools.
- **Tool Safety**: 0/100
  - Tool safety not yet verified: we couldn't read the endpoint's tools.
- **Capabilities**: 0/100
  - Capabilities not yet verified: we couldn't read the endpoint's capabilities.

**Unverified: 5 categories.** Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### How do I install the Khwan MCP server?

Khwan is a hosted endpoint at https://mcp.khwan.ai/mcp/%7Bcore%7D/%7Buser%7D, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http ai-khwan-khwan-mcp 'https://mcp.khwan.ai/mcp/%7Bcore%7D/%7Buser%7D'
```

### Cursor

```json
{
  "mcpServers": {
    "ai-khwan-khwan-mcp": {
      "url": "https://mcp.khwan.ai/mcp/%7Bcore%7D/%7Buser%7D"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "ai-khwan-khwan-mcp": {
      "type": "http",
      "url": "https://mcp.khwan.ai/mcp/%7Bcore%7D/%7Buser%7D"
    }
  }
}
```

### Codex

```toml
[mcp_servers.ai-khwan-khwan-mcp]
url = "https://mcp.khwan.ai/mcp/%7Bcore%7D/%7Buser%7D"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-khwan-khwan-mcp": {
      "type": "remote",
      "url": "https://mcp.khwan.ai/mcp/%7Bcore%7D/%7Buser%7D",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ai-khwan-khwan-mcp --url 'https://mcp.khwan.ai/mcp/%7Bcore%7D/%7Buser%7D' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ai-khwan-khwan-mcp:
    url: "https://mcp.khwan.ai/mcp/%7Bcore%7D/%7Buser%7D"
```

### Netclaw

```json
{
  "McpServers": {
    "ai-khwan-khwan-mcp": {
      "Transport": "http",
      "Url": "https://mcp.khwan.ai/mcp/%7Bcore%7D/%7Buser%7D"
    }
  }
}
```

### Vellum

```bash
assistant mcp add ai-khwan-khwan-mcp -t streamable-http -u 'https://mcp.khwan.ai/mcp/%7Bcore%7D/%7Buser%7D'
```

### Other

```json
{
  "mcpServers": {
    "ai-khwan-khwan-mcp": {
      "type": "http",
      "url": "https://mcp.khwan.ai/mcp/%7Bcore%7D/%7Buser%7D"
    }
  }
}
```

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-09-19 (score 22, −8)

The score moved with no change recorded against any check. We would rather say so than guess.

### 2026-09-18 (score 30, −7)

The score moved with no change recorded against any check. We would rather say so than guess.

### 2026-09-16 (score 37, 0)

- [critical regression] TLS certificate: pass → fail
- [critical regression] Score status: scored → failed
- [security regression] Transport: unverified → fail
- [security regression] Authorization: pass → unverified
- [security regression] HSTS header: fail → unverified
- [security] Tool safety: Tool safety not yet verified: we couldn't read the endpoint's tools.
- [functional] Schema quality: Schema not yet verified: we couldn't read the endpoint's schema.
- [functional] Capabilities: Capabilities not yet verified: we couldn't read the endpoint's capabilities.
- [functional] Tool coverage: Tool coverage not yet verified: we couldn't read the endpoint's tools.

### 2026-09-08 (score 37, +14)

- [security regression] Transport: fail → unverified
- [security improvement] Authorization: unverified → pass
- [security] Tool safety: Tool safety blocked by authentication: the endpoint requires auth we don't have to read its tools.
- [functional] Tool coverage: Tool coverage blocked by authentication: the endpoint requires auth we don't have to read its tools.
- [functional] Schema quality: Schema blocked by authentication: the endpoint requires auth we don't have to read it.
- [functional] Capabilities: Capabilities blocked by authentication: the endpoint requires auth we don't have to read them.

### 2026-09-05 (score 23, −14)

- [security regression] Transport: unverified → fail
- [security regression] Authorization: pass → unverified
- [security] Tool safety: Tool safety not yet verified: we couldn't read the endpoint's tools.
- [functional] Schema quality: Schema not yet verified: we couldn't read the endpoint's schema.
- [functional] Tool coverage: Tool coverage not yet verified: we couldn't read the endpoint's tools.
- [functional] Capabilities: Capabilities not yet verified: we couldn't read the endpoint's capabilities.

### 2026-08-26 (score 37)

First indexed and scored.

## MCP tools (0)

No tool schema has been captured from this endpoint yet.

## Diagnostics

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

## Score history

- 2026-09-20: 22
- 2026-09-19: 22
- 2026-09-18: 30
- 2026-09-17: 37
- 2026-09-16: 37
- 2026-09-15: 37
- 2026-09-14: 37
- 2026-09-13: 37
- 2026-09-12: 37
- 2026-09-11: 37
- 2026-09-10: 37
- 2026-09-09: 37
- 2026-09-08: 37
- 2026-09-07: 23
- 2026-09-06: 23
- 2026-09-05: 23
- 2026-09-04: 37
- 2026-09-03: 37
- 2026-09-02: 37
- 2026-09-01: 37
- 2026-08-31: 37
- 2026-08-30: 37
- 2026-08-29: 37
- 2026-08-28: 37
- 2026-08-27: 37
- 2026-08-26: 37

## Common questions

### What is the Khwan MCP server?

Khwan is an MCP server listed in the public MCP registry as ai.khwan/khwan-mcp. Durable AI memory: recall distilled facts in a later session or subagent, and remember new ones. This page covers its hosted endpoint (https://mcp.khwan.ai/mcp/{core}/{user}).

### Does the Khwan MCP server require authentication?

Its publisher declares no required credentials for Khwan. We have not been able to confirm that against the live endpoint, and a server can require authorisation without declaring it here.

### Is the Khwan MCP server still maintained?

Khwan is still listed in the MCP registry, but we have not been able to reach this channel for several days and its score is decaying. We last reached this channel on 15 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://mcp.khwan.ai/mcp/%7Bcore%7D/%7Buser%7D
- Repository: https://github.com/khwanlabs/khwan-mcp
- Website: https://khwan.ai/
- Changelog RSS feed: https://verifymcp.io/servers/ai-khwan-khwan-mcp/mcp-core-user.xml
- Changelog JSON feed: https://verifymcp.io/servers/ai-khwan-khwan-mcp/mcp-core-user.json
- HTML version of this page: https://verifymcp.io/servers/ai-khwan-khwan-mcp/mcp-core-user
