Keep MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| UNSAFE_MODE | No | Set to 'true' to bypass the restriction that limits destructive and modification operations to notes that have been created by the MCP server (i.e. have the keep-mcp label). | false |
| GOOGLE_EMAIL | Yes | Your Google account email address | |
| GOOGLE_MASTER_TOKEN | Yes | Your Google account master token |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| findB | Find notes using text and optional filters. labels should be label IDs. colors should be ColorValue strings (e.g. DEFAULT, RED, CERULEAN). |
| get_noteC | Get a note by ID. |
| create_noteC | Create a new note with title and text. |
| create_listB | |
| add_list_itemC | Add an item to a checklist note. |
| update_list_itemB | Update checklist item text and/or checked state. |
| delete_list_itemC | Delete a checklist item. |
| update_noteC | Update a note's properties. |
| set_note_colorA | Set a note color. Valid values: DEFAULT (white), RED, ORANGE, YELLOW, GREEN, TEAL, BLUE, CERULEAN (dark blue), PURPLE, PINK, BROWN, GRAY. |
| pin_noteC | Pin or unpin a note. |
| archive_noteC | Archive or unarchive a note. |
| trash_noteC | Move a note to trash. |
| restore_noteB | Restore a trashed/deleted note. |
| delete_noteC | Delete a note (mark for deletion). |
| list_labelsA | List all labels. |
| create_labelC | Create a label. |
| delete_labelB | Delete a label by ID. |
| add_label_to_noteC | Add a label to a note. |
| remove_label_from_noteC | Remove a label from a note. |
| list_note_collaboratorsB | List collaborator emails for a note. |
| add_note_collaboratorC | Add a collaborator email to a note. |
| remove_note_collaboratorC | Remove a collaborator email from a note. |
| list_note_mediaB | List note media blobs and direct media links when available. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/feuerdev/keep-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server