Agent Memory via Google Keep MCP
Project description
keep-agent-mem
MCP server for Google Keep that serves as cross-device memory for your agents.
How to use
- Add the MCP server to your MCP servers:
"mcpServers": {
"keep-agent-mem": {
"command": "uvx",
"args": [
"keep-agent-mem"
],
"env": {
"GOOGLE_EMAIL": "Your Google Email",
"GOOGLE_MASTER_TOKEN": "Your Google Master Token - see README.md"
}
}
}
config.toml clients (Codex, Goose, etc.)
[mcp_servers.keep_agent_mem]
command = "uvx"
args = ["keep-agent-mem"]
[mcp_servers.keep_agent_mem.env]
GOOGLE_EMAIL = "you@example.com"
GOOGLE_MASTER_TOKEN = "your-master-token"
- Add your credentials:
GOOGLE_EMAIL: Your Google account email addressGOOGLE_MASTER_TOKEN: Your Google account master token
Check https://gkeepapi.readthedocs.io/en/latest/#obtaining-a-master-token and https://github.com/simon-weber/gpsoauth?tab=readme-ov-file#alternative-flow for more information.
Tools
Query and read tools
list_notes: List all notes with optional filters for labels, colors, pinned, archived, and trashed
Creation, update, and deletion tools
create: Create a new note with a title, text, and an associated labelupdate: Update a note's title and textdelete: Delete a note by ID
Troubleshooting
- If you get "DeviceManagementRequiredOrSyncDisabled" check https://admin.google.com/ac/devices/settings/general and turn "Turn off mobile management (Unmanaged)"
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
keep_agent_mem-1.1.1.tar.gz
(12.1 kB
view details)
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 keep_agent_mem-1.1.1.tar.gz.
File metadata
- Download URL: keep_agent_mem-1.1.1.tar.gz
- Upload date:
- Size: 12.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64f79f6eac545f549f255cca8c3fb001a7935ba05f654605bad4d41c88104920
|
|
| MD5 |
f040f656d108cfd9385073f3a61fb9fd
|
|
| BLAKE2b-256 |
0e5c460816865a5a9c7d32a8519e1c0b822281ba67375f88675060cd0c6c04ca
|
File details
Details for the file keep_agent_mem-1.1.1-py3-none-any.whl.
File metadata
- Download URL: keep_agent_mem-1.1.1-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5409fcb3841bdaf8d6ddf949fa6d00846b55b0f2b3576c1ac6c42522811de8e
|
|
| MD5 |
fff1d10fae00321fd82c4688bd6ba1f4
|
|
| BLAKE2b-256 |
e7ca0f95b8c03075b3e2420187f4edfeb0fa7718f27669c74e70a1a986085072
|