Notes MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_noteB | Create a new Markdown note Args: title: Note title content: Note content tags: Optional comma-separated list of tags Returns: Confirmation message of note creation |
| list_notesC | Get a list of all notes Args: tag: Optional tag filter Returns: List of notes with titles and dates |
| read_noteC | Read the contents of a note Args: filename: Note filename (with .md extension) Returns: Note content |
| search_notesC | Search for text within notes Args: query: Search query Returns: List of notes containing the query |
| update_noteC | Update the content of an existing note Args: filename: Note filename content: New content (will be appended) Returns: Confirmation message of update |
| delete_noteC | Delete a note Args: filename: Note filename Returns: Confirmation message of deletion |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| summarize_notes_prompt | Create a summarization prompt for all notes Returns: A prompt containing all notes for analysis |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_all_notes | Retrieve all notes as a single resource Returns: Combined contents of all notes |
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/sayranovv/notes-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server