HomeKnowledge & Memory › Khwan

Khwan

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

Python Cloud macOSWindowsLinux Remote
★ 0 stars Last pushed 2026-08-27 License: MIT

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.khwan.ai/mcp/{core}/{user}

Claude Code:

claude mcp add --transport http khwan-mcp https://mcp.khwan.ai/mcp/{core}/{user}

Or add to your MCP client config:

{
  "mcpServers": {
    "khwan-mcp": {
      "url": "https://mcp.khwan.ai/mcp/{core}/{user}"
    }
  }
}

Package (pypi 0.3.12)

uvx khwan-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "khwan-mcp": {
      "command": "uvx",
      "args": [
        "khwan-mcp"
      ],
      "env": {
        "KHWAN_API_KEY": "<YOUR_VALUE>",
        "KHWAN_CORE": "<YOUR_VALUE>",
        "KHWAN_USER": "<YOUR_VALUE>",
        "KHWAN_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • KHWAN_API_KEY required secret — Your Khwan key from https://app.khwan.ai (kwk_live_...). It authenticates you to Khwan; it is not your model provider's key.
  • KHWAN_CORE — Select a named core (brain). Paid plans only — the free plan has just `default`, and an unknown slug answers 404. Leave unset to use the default.
  • KHWAN_USER — A separate brain inside the core, created on first write — 3 on the free plan, unlimited on paid. Sets the X-Khwan-User header.
  • KHWAN_BASE_URL — Override the API base URL, e.g. http://127.0.0.1:8010 for a self-hosted engine.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry