🤖

deerdawn

AI session memory: the brief your AI reads before every session so no session starts cold.

RUN IN TERMINAL
claude mcp add comdeerdawn-deerdawn -- npx -y @deerdawn/mcp-server
ADD TO claude_desktop_config.json
{ "mcpServers": { "comdeerdawn-deerdawn": { "command": "npx", "args": ["-y", "@deerdawn/mcp-server"] } } }
ADD TO .vscode/mcp.json
{ "mcpServers": { "comdeerdawn-deerdawn": { "command": "npx", "args": ["-y", "@deerdawn/mcp-server"] } } }
ADD TO .cursor/mcp.json
{ "mcpServers": { "comdeerdawn-deerdawn": { "command": "npx", "args": ["-y", "@deerdawn/mcp-server"] } } }

About This MCP Server

The com.deerdawn/deerdawn Model Context Protocol server is an AI session memory tool that provides context to AI models before each session, allowing them to start with prior knowledge and not from a cold start. It connects to AI coding assistants through standard input/output interfaces and can be installed via npm, enabling remote access to its capabilities. Developers would use this tool when they need to provide their AI models with persistent memory and context across sessions, enhancing their overall performance and effectiveness.

AI session memory: the brief your AI reads before every session so no session starts cold.. This is a Model Context Protocol (MCP) server that extends AI assistants like Claude with ai & machine learning capabilities via the stdio transport.

Package

@deerdawn/mcp-server on npm

HOW TO USE

Select your AI client above to get the install command. This MCP server uses the stdio transport and is available on npm.

What tools does it provide?

The deerdawn server extends your AI assistant with ai & machine learning capabilities. Once installed, your AI can use its tools automatically.

DETAILS
README BADGE
Skills Playground MCP badge
[![Skills Playground](https://skillsplayground.com/badges/mcp/comdeerdawn-deerdawn.svg)](https://skillsplayground.com/mcps/comdeerdawn-deerdawn/)
SHARE
Share on X

Related MCP Servers

Get the best new skills
in your inbox

Weekly roundup of top Claude Code skills, MCP servers, and AI coding tips.