mcp-lab-01-notes-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NOTES_SERVER_DIR | No | Directory 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |