Skip to main content
Glama
TripQi

Code Editor MCP Server

by TripQi

read_files

Read multiple files simultaneously with automatic encoding detection, returning content, MIME types, and metadata in a structured format for efficient file processing.

Instructions

Read multiple files in a single call.

Args: file_paths: List of absolute file paths. encoding: "auto"/None for auto-detection, or specify: utf-8, gbk, gb2312.

Returns: list of dicts, each with keys: - path: File path - content: File content as string - mimeType: MIME type of the file - isImage: Boolean indicating if file is an image - encoding: Detected encoding (e.g., "utf_8", "gbk", "gb2312") - encodingConfidence: Confidence score for encoding detection (float or None) - error: Error message (only present if read failed)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathsYes
encodingNo

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