A python implementation of AI memory in MCP
Project description
🤔 MCP stands for Model Context Protocol, meaning a open protocol between Agent and Others
🧠 Memory is a great tool/storage for your AI, so that AI can remember user and stuff.
✅ The repo implements a memory mechanism and a MCP server
Quick Start
Add this to your claude_desktop_config.json
{
"mcpServers": {
"memory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
]
}
}
}
Issues
Resources
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file memory_mcp-0.1.0.dev1.tar.gz.
File metadata
- Download URL: memory_mcp-0.1.0.dev1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aad6b74c02c8738f4bb85355d04fa6ae6be88a77d64b230366781794b7263b40
|
|
| MD5 |
7cca8a10ea678deab76426e902e36b95
|
|
| BLAKE2b-256 |
3ecc74aadd94f1e2a525c387d1cf8a6372523dd8bd0bc5e8f6b7fe421963c839
|
File details
Details for the file memory_mcp-0.1.0.dev1-py3-none-any.whl.
File metadata
- Download URL: memory_mcp-0.1.0.dev1-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d0d08cc3a2d262f7c3ac1e1843111c362e1bb2bfecad50f4e9001988b16b881
|
|
| MD5 |
3772c3efa3cfa5fd81e4bc73f1215e16
|
|
| BLAKE2b-256 |
7357b70be0439f276c512fbcc4def2bc51cae0f7cd8305f5e3120a5c83548f64
|