Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Memory MCP Serversave a summary of our discussion about project deadlines"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Memory MCP Server
A Model Context Protocol (MCP) server that brings context cross session for AI Agents
Features
Save Summary: AI Agent can save key points from conversations for future reference via the
save_summarytoolGet Summaries: AI Agent can retrieve past summaries related to the user or session via the
get_summariestool
Usage
Stdio Transport (Default)
Claude Desktop
Github Copilot
The server runs on stdio transport and communicates via standard input/output.
Example instruction:
HTTP Transport (Streamable)
Start the HTTP server:
The server will be available at: http://localhost:8123/mcp
Github Copilot Configuration (HTTP)
Available Tools
save_summary
Save key points from the conversation for future reference.
get_summaries
Get past summaries related to the user or session.