Skip to main content
Glama
TripQi

Code Editor MCP Server

by TripQi

file_ops

Perform file operations including write, append, copy, move, and delete within the Code Editor MCP Server's sandboxed environment for secure file management.

Instructions

File operations: write, append, copy, move, or delete.

Args: action: "write" | "append" | "copy" | "move" | "delete" file_path: Target path (write/append/delete). content: File content (write/append). source_path: Source path (copy/move). destination_path: Destination path (copy/move). expected_mtime: Conflict detection timestamp. encoding: Text encoding for write/append (utf-8, gbk, gb2312).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
file_pathNo
contentNo
source_pathNo
destination_pathNo
expected_mtimeNo
encodingNoutf-8

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TripQi/code-editor'

If you have feedback or need assistance with the MCP directory API, please join our Discord server