scaflog-zoho-mcp-server MCP server
@MCP-Mirror
关于 scaflog-zoho-mcp-server MCP server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mastercode-io_scaflog-zoho-mcp-server": {
"command": "uv",
"args": [
"sync"
]
}
}
}工具
1Adds a new note to the server
概览
What is scaflog-zoho-mcp-server?
scaflog-zoho-mcp-server is a Model Context Protocol server that implements a simple note storage system for the Zoho Creator Scaflog App. It exposes resources, prompts, and tools to allow MCP clients like Claude Desktop to add, access, and summarize notes.
How to use scaflog-zoho-mcp-server?
Install via uv or uvx and configure in your Claude Desktop config file (claude_desktop_config.json). Use the add-note tool to add notes, access them via note:// URIs, and call the summarize-notes prompt to generate summaries with an optional style argument (brief/detailed).
Key features of scaflog-zoho-mcp-server
- Custom
note://URI scheme for accessing individual notes add-notetool with requirednameandcontentargumentssummarize-notesprompt with optional style control- Resources have name, description, and text/plain mimetype
- Updates server state and notifies clients of resource changes
Use cases of scaflog-zoho-mcp-server
- Add notes to a Zoho Creator Scaflog App via MCP
- Summarize stored notes with adjustable detail level
- Integrate note-taking functionality into Claude Desktop workflows
FAQ from scaflog-zoho-mcp-server
What tools does scaflog-zoho-mcp-server provide?
It provides one tool, add-note, which takes required name and content string arguments and adds a new note to the server.
What resources are available?
The server implements a simple note storage system with a custom note:// URI scheme. Each note resource has a name, description, and text/plain mimetype.
What prompts can I use?
The summarize-notes prompt creates summaries of all stored notes. You can pass an optional style argument (brief or detailed) to control the level of detail.
How do I install the server for Claude Desktop?
Add the server configuration to your claude_desktop_config.json. Use uv with the local directory for development, or uvx for the published package from PyPI.
How can I debug the server?
Use the MCP Inspector by running npx @modelcontextprotocol/inspector uv --directory <path> run scaflog-zoho-mcp-server and accessing the provided URL in your browser.
其他 分类下的更多 MCP 服务器
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
评论