Skip to main content
Glama
TripQi

Code Editor MCP Server

by TripQi

dir_ops

Create, list, or delete directories within a code editor environment. Manage directory structures with options for depth, format, and safety confirmations.

Instructions

Directory operations: create, list, or delete.

Args: action: "create" | "list" | "delete" dir_path: Absolute path to the directory. depth: Listing depth (list only). format: "tree" | "flat" (list only). ignore_patterns: Glob patterns to exclude (list only). max_items: Max entries for flat listing. expected_mtime: Required for delete (conflict detection). confirm_token: Required for delete ("delete:<normalized_path>"). allow_nonempty: Required for delete (explicit bool).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
dir_pathYes
depthNo
formatNotree
ignore_patternsNo
max_itemsNo
expected_mtimeNo
confirm_tokenNo
allow_nonemptyNo

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