upnote-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| UPNOTE_DB | No | Path to upnote.sqlite3. Set only if auto-detection fails. | |
| UPNOTE_URL_LIMIT | No | Refuse notes longer than this, to avoid silent truncation. | 100000 |
| UPNOTE_SNAPSHOT_DIR | No | Where the note snapshot is kept. | |
| UPNOTE_DEFAULT_NOTEBOOK | No | Where notes go when you don't name a notebook. | Claude Notes |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| upnote_create_noteA | Create a new note in UpNote. Use this to save a summary, plan, snippet or session output. If no notebook is given it goes to "Claude Notes". Content is Markdown. Cannot set tags and cannot edit an existing note. |
| upnote_create_notebookB | Create a new notebook in UpNote. |
| upnote_list_notebooksA | List every UpNote notebook with its live note count. |
| upnote_list_notesA | List the notes in one notebook, newest first. |
| upnote_search_notesA | Full text search across note titles and bodies. Optionally scoped to one notebook. |
| upnote_get_noteB | Get the full text of one note by id. |
| upnote_recent_notesC | The most recently updated notes across the whole library. |
| upnote_list_tagsA | List all tags in UpNote. |
| upnote_open_noteC | Open a note in the UpNote app by id. |
| upnote_open_notebookA | Open a notebook in the UpNote app by title. |
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/ahmedco88/upnote-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server