MCP App Store

Overview

Miyo lets users search their local notes and knowledge base, read full files, browse folders and indexed files, and create or edit files in local folders through the connected desktop app.

Tools

create_file

ChatGPT
Create a new file in one of the user's write-enabled folders. If the user has not specified a folder, use list_folders to find folders where allow_writes is true. The filename may include an existing subfolder path (e.g. "notes/today.md") — but this tool will NOT create new subfolders, so the parent directory must already exist. Returns an error if the file already exists.

create_file

ChatGPT
Create a new file in one of the user's write-enabled folders. If the user has not specified a folder, use list_folders to find folders where allow_writes is true. The filename may include an existing subfolder path (e.g. "notes/today.md") — but this tool will NOT create new subfolders, so the parent directory must already exist. Returns an error if the file already exists.

edit_file

ChatGPT
Make a targeted text replacement inside an existing file in the user's knowledge base. old_text must occur EXACTLY ONCE in the file — ambiguous matches are rejected, so include enough surrounding context (whole lines, not just the changed token) to make the match unique. The file must be inside a folder where allow_writes is true (use list_folders to check). Use this for precise edits; for full rewrites or new files, use create_file.

edit_file

ChatGPT
Make a targeted text replacement inside an existing file in the user's knowledge base. old_text must occur EXACTLY ONCE in the file — ambiguous matches are rejected, so include enough surrounding context (whole lines, not just the changed token) to make the match unique. The file must be inside a folder where allow_writes is true (use list_folders to check). Use this for precise edits; for full rewrites or new files, use create_file.

list_files

ChatGPT
List files indexed in the user's knowledge base, with optional filtering by title, path, or modification date.

list_files

ChatGPT
List files indexed in the user's knowledge base, with optional filtering by title, path, or modification date.

list_folders

ChatGPT
List all folders in the user's knowledge base, with file counts. Each folder includes an allow_writes field — when true, you may use create_file to create files in that folder.

list_folders

ChatGPT
List all folders in the user's knowledge base, with file counts. Each folder includes an allow_writes field — when true, you may use create_file to create files in that folder.

read_file

ChatGPT
Read the full contents of a file by its path. Returns text for documents and base64-encoded image content for image files (png, jpg, gif, webp, svg). Use after search to get the complete contents of a result.

read_file

ChatGPT
Read the full contents of a file by its path. Returns text for documents and base64-encoded image content for image files (png, jpg, gif, webp, svg). Use after search to get the complete contents of a result.

Capabilities

Writes

App Stats

12

Tools

ChatGPT

Platforms

Category

Memory Notes

Works with

ChatGPT

Data refreshed daily