Pocket Notes MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| POCKET_NOTES_FILE | No | Path to the notes JSON file. Defaults to data/notes.json in the current working directory. |
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": true
} |
| logging | {} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
| completions | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_notesA | List note summaries, optionally filtered by an exact tag. |
| create_note | Create a local note. This changes the notes JSON file but does not delete data. |
| analyze_notesA | Count notes by tag while demonstrating MCP progress notifications and cancellation. |
| summarize_noteA | Read a note and ask the MCP client's language model to summarize it using MCP sampling. |
| create_note_interactiveA | Ask the user for non-sensitive note fields through MCP form elicitation, then create the note. |
| list_workspace_rootsA | Ask the MCP client which workspace roots it has made available to this server. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| review_note | Create a reusable learning prompt for one saved note. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| note-catalog | A compact JSON catalog of every note. |
| MCP Host와 Client | #mcp #architecture |
| Tools, Resources, Prompts | #mcp #concepts |
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/fredisbusy/pocket-notes-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server