Skip to main content
Glama
pongsapakl

mcp-inotes

by pongsapakl

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{
  "tasks": {
    "list": {},
    "cancel": {},
    "requests": {
      "tools": {
        "call": {}
      },
      "prompts": {
        "get": {}
      },
      "resources": {
        "read": {}
      }
    }
  }
}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_noteA

Create a new note in Claude Diary folder

Args: title: The title of the note body: The content/body of the note

Returns: Success message with note ID

append_to_noteA

Append content to an existing note (APPEND ONLY - no overwrite)

Args: note_id: The ID of the note to append to (x-coredata:// URL) content: The content to append

Returns: Success message

Note: This operation only APPENDS content. It cannot overwrite or delete existing content. This is a safety feature to prevent data loss.

get_noteA

Get full content of a specific note by ID

Args: note_id: The note ID (x-coredata:// URL)

Returns: Formatted note content with metadata

get_notes_listA

Get list of notes from Claude Diary folder

Args: start_date: Start date in ISO format (YYYY-MM-DD) - not yet implemented end_date: End date in ISO format (YYYY-MM-DD) - not yet implemented

Returns: Formatted list of notes with metadata

Note: Currently returns all notes from Claude Diary folder. Date filtering is not yet implemented.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/pongsapakl/mcp-inotes'

If you have feedback or need assistance with the MCP directory API, please join our Discord server