mastercode-io/scaflog-zoho-mcp-server
If you are the rightful owner of scaflog-zoho-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Zoho Creator Scaflog App MCP Server
The Scaflog-Zoho-MCP-Server is a Model Context Protocol (MCP) server designed to manage a simple note storage system. It utilizes a custom URI scheme to access individual notes and provides functionalities to add and summarize notes. The server is equipped with tools to manage note resources and offers a prompt for generating summaries of stored notes. It is compatible with various platforms and can be configured for both development and published environments. The server supports building, publishing, and debugging processes, making it a versatile tool for managing note data.
Features
- Custom URI Scheme: Implements a custom note:// URI scheme for accessing individual notes.
- Note Summarization: Provides a prompt to create summaries of all stored notes with optional style arguments.
- Add Note Tool: Includes a tool to add new notes to the server, updating server state and notifying clients.
- Platform Compatibility: Compatible with various platforms, including MacOS and Windows.
- Development and Publishing: Supports building and publishing processes with tools for syncing dependencies and publishing to PyPI.
Tools
add-note
Adds a new note to the server with required 'name' and 'content' arguments.