Loading MCP server directory, please wait...
Durable AI memory: recall distilled facts in a later session or subagent, and remember new ones.
npx @getmcp/cli add ai.khwan/khwan-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
KHWAN_API_KEYYour Khwan key from https://app.khwan.ai (kwk_live_...). It authenticates you to Khwan; it is not your model provider's key.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ai.khwan/khwan-mcp": {
"command": "uvx",
"args": [
"khwan-mcp"
],
"env": {
"KHWAN_API_KEY": "",
"KHWAN_CORE": "",
"KHWAN_USER": "",
"KHWAN_BASE_URL": ""
}
}
}
}