Overview
scaflog-zoho-mcp-server is a server application designed to work with the Zoho Creator Scaflog App, providing a simple note storage system.
To use the server, install it according to the provided configuration instructions, and utilize the custom note URI scheme to access and manage notes.
- Custom note:// URI scheme for accessing individual notes - Summarization of stored notes with adjustable detail levels - Ability to add new notes with specified names and content
- Storing and retrieving notes for personal or team projects.
- Summarizing notes for quick reviews or presentations.
- Integrating with other applications that require note management.
Add to your AI client
Use these steps to connect scaflog-zoho-mcp-server MCP server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mastercode-io-scaflog-zoho-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mastercode-io-scaflog-zoho-mcp-server-mcp-mirror"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mastercode-io-scaflog-zoho-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mastercode-io-scaflog-zoho-mcp-server-mcp-mirror"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mastercode-io-scaflog-zoho-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mastercode-io-scaflog-zoho-mcp-server-mcp-mirror"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mastercode-io-scaflog-zoho-mcp-server-mcp-mirror": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mastercode-io-scaflog-zoho-mcp-server-mcp-mirror"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mastercode-io-scaflog-zoho-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mastercode-io-scaflog-zoho-mcp-server-mcp-mirror"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mastercode-io-scaflog-zoho-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mastercode-io-scaflog-zoho-mcp-server-mcp-mirror"
]
}
}
}FAQ
What is the purpose of the note:// URI scheme?
It allows users to access individual notes directly through a custom protocol.
How can I add a new note?
Use the 'add-note' tool with the required name and content arguments.
Is there a way to control the detail level of note summaries?
Yes, the 'summarize-notes' prompt allows you to specify a style argument for brief or detailed summaries.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":617,"uuid":"bd866097-78fa-4ded-9451-5042fecdde88","name":"mastercode-io_scaflog-zoho-mcp-server","title":"scaflog-zoho-mcp-server MCP server","description":"Mirror of","avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","created_at":"2024-12-30T03:24:10.491Z","updated_at":"2025-02-23T07:15:13.023Z","status":"created","author_name":"MCP-Mirror","author_avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","tags":"mcp-server,zoho-creator,note-storage","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/MCP-Mirror/mastercode-io_scaflog-zoho-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]