Memory MCP Server
Enables AI agents to maintain context across conversation sessions by saving and retrieving summaries of key points from past interactions.
README
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_summarytool - Get Summaries: AI Agent can retrieve past summaries related to the user or session via the
get_summariestool
Usage
Stdio Transport (Default)
Claude Desktop
//use directly with npx
{
"mcpServers": {
"memory":{
"command": "npx",
"args": ["github:stilllovee/memory-mcp-server"]
}
}
}
//or use after clone repo
{
"mcpServers": {
"memory":{
"command": "node",
"args": ["PATH_TO_YOUR_FOLDER"]
}
}
}
Github Copilot
//use directly with npx
{
"servers": {
"memory": {
"type": "stdio",
"command": "npx",
"args": ["github:stilllovee/memory-mcp-server"]
},
},
"inputs": []
}
//or use after clone repo
{
"servers": {
"memory": {
"type": "stdio",
"command": "node",
"args": ["PATH_TO_YOUR_FOLDER"]
}
},
"inputs": []
}
The server runs on stdio transport and communicates via standard input/output.
Example instruction:
Alway call save_summary tool in the final step of answering the user question. The summary should include key points from the conversation that may be useful for future reference.
When user start a conversation, if you have not called the get_summaries tool yet, call it to retrieve past summaries related to the user or session. If information is related to the current conversation, use this information to inform your current response.
HTTP Transport (Streamable)
Start the HTTP server:
# Default port (8123)
npm run start:http
# Custom port
node http-server.js --port=3000
The server will be available at: http://localhost:8123/mcp
Github Copilot Configuration (HTTP)
{
"servers": {
"memory-http": {
"type": "http",
"url": "http://localhost:8123/mcp"
}
},
"inputs": []
}
Available Tools
save_summary
Save key points from the conversation for future reference.
get_summaries
Get past summaries related to the user or session.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
E2B
Using MCP to run code via e2b.