M5 Petit Notes
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NOTES_DIR | No | ノートファイル(.md)を保存するディレクトリ(デフォルトは $PETIT_DATA_DIR/characters/<character_id>/notes) | |
| CHARACTER_ID | No | キャラクターID。ノート保存先のパス決定に使う | default |
| PETIT_DATA_DIR | No | データディレクトリのルート | ~/petit_data |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_notesA | List all notes in the notebook. Returns note names and their sizes. Use this to see what notes you have. |
| read_noteA | Read a note by name. Returns the full content. Use this to look back at something you wrote down. |
| write_noteA | Write or update a note. Creates a new note or overwrites an existing one. Use markdown format. Good for reference tables, lists, research summaries, anything you want to look back at without searching memories. |
| append_noteA | Append text to an existing note. If the note doesn't exist, creates it. Use this to add entries to a list or log without rewriting the whole note. |
| delete_noteB | Delete a note by name. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/PetitOnes/m5-petit-notes'
If you have feedback or need assistance with the MCP directory API, please join our Discord server