Skip to main content
Glama
arathald

mcp-editor

by arathald

mcpエディター

これは、Anthropicのコンピュータ使用デモで使用されているファイルシステム編集ツールをTypeScript MCPサーバーに直接移植したものです。Claude Sonnet 3.5がRoo Cline(現Roo Code)上で大部分を記述しましたが、直接の監督は十分ではなかったと思われます。私はコードをチェックし、このサーバーを毎日使用していますが、誤りやAIの不具合がある可能性があります。

このサーバーはmcp-server-commandsと一緒に使用することをお勧めします。

警告:このMCPサーバーにはアクセス制御がなく、クライアントの承認メカニズムに完全に依存しています。自己責任でご利用ください。書き込み操作を自動的に承認しないでください。そうすると、LLMにコンピューターを破壊する権限を与えることになります。

警告:このMCPサーバーは積極的にメンテナンスされておらず、参考用として提供されています(適切なアクセス制御を備えた独自のMCPサーバーを作成する場合など)。随時更新する場合があります。

使用法

ファイルをコンピューターに取得します。以下を実行します。

npm install
npm build

Claude デスクトップ アプリを使用している場合は、これを「mcpServers」の下の設定に貼り付け、mcp-editor を配置した場所と一致するようにパスを編集します。

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

MCP インストーラーを使用している場合は、LLM にディスク上の mcp-editor へのパスを指定するだけです。

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    An MCP server that implements Claude Code-like functionality, allowing the AI to analyze codebases, modify files, execute commands, and manage projects through direct file system interactions.
    15
    304
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    A TypeScript-based MCP server that enables Claude Desktop to perform file operations and retrieve system information, with built-in security features that restrict access to safe directories only.
    6
    7
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Standalone TypeScript MCP server for filesystem operations with robust security, encoding support, and cross-platform path handling.
    2
    MIT

View all related MCP servers

Related MCP Connectors

  • Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer

  • A TypeScript MCP server for Home Assistant, enabling programmatic management of entities, automati…

  • Augments MCP Server - A comprehensive framework documentation provider for Claude Code

View all MCP Connectors

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

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