@denveous/pi-mcp
Pi extension: MCP client for pi agent
Versions
0.1.1latestTools 20
move_file Move or rename files and directories.
read_media_file Read an image or audio file as base64. Returns base64 data and MIME type.
read_text_file Read the complete contents of a file as text. Use head/tail for partial reads.
read_multiple_files Read multiple files simultaneously. Returns each file's content with its path.
write_file Create or overwrite a file with content. Creates parent directories automatically.
edit_file Make line-based edits to a text file. Each edit replaces exact text sequences. Returns a diff.
create_directory Create a directory (and parents). Succeeds silently if exists.
list_directory List files and directories. [FILE] and [DIR] prefixes distinguish entries.
list_directory_with_sizes List files and directories with sizes.
directory_tree Recursive tree view of files and directories.
search_files Search for files matching a glob pattern recursively.
get_file_info Get detailed metadata about a file or directory (size, timestamps, permissions).
read_lines Read specific line range from a file. Returns line-numbered output. 1-indexed.
replace_lines Replace lines by line number range. 1-indexed. Set content to empty string to delete lines.
insert_lines Insert content at a specific line number. 1-indexed. Existing lines shift down.
append_file Append content to a file. Creates the file if it doesn't exist.
copy_file Copy a file to a new location. Creates parent directories.
delete_file Delete a file or directory. Use recursive for directories.
find_replace Regex-based find and replace across a file. Supports all JS regex patterns and flags.
count_lines Get line count, word count, and byte size of a file.
Permissions 4
network medium filesystem low shell high env_vars low