Catalog
com.deerdawn/deerdawn
OfficialAI session memory: the brief your AI reads before every session so no session starts cold.
Persistent session memory for AI agents to maintain context across conversations.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
DEERDAWN_API_URLdefault https://api.deerdawn.comDeerDawn API base URL
claude_desktop_config.json
{
"mcpServers": {
"deerdawn": {
"command": "npx",
"args": [
"-y",
"@deerdawn/mcp-server@1.0.34"
],
"env": {
"DEERDAWN_API_URL": "https://api.deerdawn.com"
}
}
}
}