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:
config.toml clients (Claude, Droid, Cursor)
"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
find: Search notes with optional filters for labels, colors, pinned, archived, and trashedget: Get a single note by ID
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.0.tar.gz
(12.2 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.0.tar.gz.
File metadata
- Download URL: keep_agent_mem-1.1.0.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89d13b96b4c90d99a3965ba642e633ab60ca072faa60aeec015944785de6f0c5
|
|
| MD5 |
c8ba0c8b5b8dde52454334592b502246
|
|
| BLAKE2b-256 |
f46bc98fc28c8b8b9431199ace0c645961c55dff0e20478628d4ea67685e4454
|
File details
Details for the file keep_agent_mem-1.1.0-py3-none-any.whl.
File metadata
- Download URL: keep_agent_mem-1.1.0-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 |
294f58a68609edcb204f9fc359ac1ea353336b28909fb9159adb2daea7ed7098
|
|
| MD5 |
24156ef6d395719cc8710194753e4469
|
|
| BLAKE2b-256 |
5f7db2b09b89529344087ca3cb19033a75ec0f7693d5199cd6d67f80b746fb08
|