Skip to main content
Glama
fredisbusy

Pocket Notes MCP

by fredisbusy

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
POCKET_NOTES_FILENoPath 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

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}
completions
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription
review_noteCreate a reusable learning prompt for one saved note.

Resources

Contextual data attached and managed by the client

NameDescription
note-catalogA compact JSON catalog of every note.
MCP Host와 Client#mcp #architecture
Tools, Resources, Prompts#mcp #concepts

Latest Blog Posts

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