Skip to main content
Glama

mcp-editor

mcp-편집기

Anthropic의 파일 시스템 편집 도구를 컴퓨터 사용 데모에서 TypeScript MCP 서버로 직접 포팅한 것입니다. 주로 Claude Sonnet 3.5가 Roo Cline(현 Roo Code)에서 직접 작성한 것으로, 직접 감독은 충분히 받지 못한 것 같습니다. 코드를 꼼꼼히 검토하고 매일 이 서버를 사용하고 있지만, 오류나 AI 관련 문제가 있을 수 있습니다.

이 서버를 mcp-server-commands 와 함께 사용하는 것이 좋습니다.

경고: 이 MCP 서버는 접근 제어 기능이 없으며 전적으로 클라이언트의 승인 메커니즘에 의존합니다. 사용 시 발생하는 모든 위험은 사용자에게 있습니다. 쓰기 작업을 자동으로 승인하지 마십시오. 쓰기 작업을 자동으로 승인하면 LLM이 사용자 컴퓨터를 삭제할 수 있는 권한을 부여하는 것과 마찬가지입니다.

경고: 이 MCP 서버는 적극적으로 관리되지 않으며, 참고용으로만 제공됩니다(예: 적절한 액세스 제어를 통해 직접 MCP 서버 생성). 가끔 업데이트될 수 있습니다.

용법

컴퓨터에서 파일을 가져오세요. 실행:

지엑스피1

Claude 데스크톱 앱을 사용하는 경우 "mcpServers" 아래의 구성에 이 내용을 붙여넣고 mcp-editor를 넣은 위치와 일치하도록 경로를 편집하세요.

{ "mcpServers": ... your existing servers ... "mcp-editor": { "command": "node", "args": ["/absolute/path/to/mcp-editor/dist/server.js"] } } }

MCP 설치 프로그램을 사용하는 경우 디스크의 mcp-editor 경로만 LLM에 제공하면 됩니다.

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    TypeScript-based MCP server designed to enhance code editing experiences by providing features such as hover information, code completion, and diagnostics.
    Last updated -
    3
    24
    MIT License
    • Apple
  • -
    security
    A
    license
    -
    quality
    A TypeScript-based MCP server that provides tools for making precise line-based edits to text files within allowed directories.
    Last updated -
    27
    TypeScript
    MIT License
    • Apple
  • A
    security
    A
    license
    A
    quality
    An MCP server that provides tools for reading, writing, and editing files on the local filesystem.
    Last updated -
    1
    1,494
    Python
    Apache 2.0
    • Apple
  • A
    security
    A
    license
    A
    quality
    A Python-based text editor server built with FastMCP that provides tools for file operations. This server enables reading, editing, and managing text files through a standardized API following a multi-step process.
    Last updated -
    14
    9
    Python
    MIT License
    • Linux
    • Apple

View all related MCP servers

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/arathald/mcp-editor'

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