scaflog-zoho-mcp-server MCP server
@mastercode-io
关于 scaflog-zoho-mcp-server MCP server
MCP Server for Scaflog Zoho Creator App
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"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. It provides resources, prompts, and tools for interacting with notes, and is designed to be used with MCP clients such as Claude Desktop.
How to use scaflog-zoho-mcp-server?
Configure the server in the Claude Desktop configuration file (claude_desktop_config.json) using either a local development setup with uv or a published package with uvx. Refer to the Quickstart section for example configurations.
Key features of scaflog-zoho-mcp-server
- Custom note:// URI scheme for accessing individual notes
- Each note resource has name, description, and text/plain mimetype
summarize-notesprompt with optional brief/detailed style argumentadd-notetool with required "name" and "content" string arguments- Automatic notification of resource changes to clients
Use cases of scaflog-zoho-mcp-server
- Adding new notes with a name and content via the
add-notetool - Summarizing all stored notes with a desired level of detail
- Accessing individual notes through the note:// URI scheme
- Integrating note creation and summarization into AI assistant workflows
FAQ from scaflog-zoho-mcp-server
How do I install scaflog-zoho-mcp-server?
Configure your MCP client (e.g., Claude Desktop) by adding the server to its config file. For a published server, use the command uvx scaflog-zoho-mcp-server. For local development, use uv with the directory path.
How do I develop and publish the server?
Use uv sync to sync dependencies, uv build to create distributions, and uv publish to publish to PyPI. PyPI credentials can be provided via token (--token or UV_PUBLISH_TOKEN) or username/password.
How do I debug scaflog-zoho-mcp-server?
Use the MCP Inspector by running npx @modelcontextprotocol/inspector uv --directory <path> run scaflog-zoho-mcp-server. The Inspector provides a browser URL for debugging.
What runtime dependencies does the server require?
The server is built with Python and uses uv for package management. It should be run in an environment with uv installed.
What transport does the server use?
The server communicates over stdio, as is standard for MCP servers.
其他 分类下的更多 MCP 服务器
Servers
modelcontextprotocolModel Context Protocol Servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
评论