mcp-inotes
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| 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/pongsapakl/mcp-inotes'
If you have feedback or need assistance with the MCP directory API, please join our Discord server