Home › Knowledge & Memory › Khwan
Khwan
Durable AI memory: recall distilled facts in a later session or subagent, and remember new ones.
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_KEYrequired 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
Context7
Up-to-date code docs for any prompt
cognee
Memory manager for AI apps and Agents using various graph and vector stores and allowing ingestion from 30+ data sources
hindsight
Hindsight: Agent Memory That Works Like Human Memory - Built for AI Agents to manage Long Term Memory
Skill_Seekers
Transform 17 source types (docs, GitHub repos, PDFs, videos, Jupyter, Confluence, Notion, Slack/Discord) into AI-ready skills and RAG…
basic-memory
Local-first knowledge management with bi-directional LLM sync via Markdown files.
NoteDiscovery
Self-hosted plain-markdown knowledge base with a built-in MCP server. Lets Claude Desktop, Cursor, and any MCP client search, read,…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry