Skip to main content
Glama
omcar04

MCP Local File Saver

by omcar04

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
save_noteC

Save a note to a local text file.

append_noteB

Append content to an existing note. Fails if the note does not exist.

append_response_to_noteC

Append Claude's response text to an existing note.

read_note_by_filenameA

Read a note by exact filename. Use notes://all to find the filename first.

list_notesB

List all .txt files in the notes directory.

Prompts

Interactive templates invoked by user choice

NameDescription
summarize_noteCreate a prompt for summarizing a saved note.

Resources

Contextual data attached and managed by the client

NameDescription
list_all_notesList all .txt files in the notes directory.

TDQS

B3.2/5.0

Scored across 5 tools

Disambiguation4/5

save_note, append_note, and append_response_to_note have distinct purposes, though append_note and append_response_to_note overlap in that both append content to a note; the latter is specialized for Claude's response. The distinction is clear from descriptions.

Naming Consistency4/5

Most tools follow a consistent verb_noun pattern (save_note, append_note, read_note_by_filename, list_notes), but append_response_to_note adds a qualifier that breaks the pattern slightly. Still largely predictable.

Tool Count5/5

Five tools are well-scoped for a local file note-taking server, covering create, append, read, and list operations. No redundant or trivial tools.

Completeness3/5

Core operations like create, append, read, and list are present, but there is no delete, rename, or update tool. Agents may hit dead ends when needing to remove or modify notes beyond appending.

Maintenance

ActivityInactive
ResponsivenessNo issues