Skip to main content
Glama
lucas-moont

mcp-lab-01-notes-server

by lucas-moont

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NOTES_SERVER_DIRNoDirectory where notes are stored. If not set, defaults to ~/.mcp-lab/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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_noteA

Cria uma nova nota (ou tarefa pendente, se is_task=True).

list_notesA

Lista todas as notas e tarefas salvas, com título e status.

read_noteB

Lê o corpo completo de uma nota pelo slug.

mark_doneB

Marca uma tarefa como concluída (status vira 'done').

delete_noteA

Apaga uma nota permanentemente pelo slug.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources