mcp-editor
mcpエディター
これは、Anthropicのコンピュータ使用デモで使用されているファイルシステム編集ツールをTypeScript MCPサーバーに直接移植したものです。Claude Sonnet 3.5がRoo Cline(現Roo Code)上で大部分を記述しましたが、直接の監督は十分ではなかったと思われます。私はコードをチェックし、このサーバーを毎日使用していますが、誤りやAIの不具合がある可能性があります。
このサーバーはmcp-server-commandsと一緒に使用することをお勧めします。
警告:このMCPサーバーにはアクセス制御がなく、クライアントの承認メカニズムに完全に依存しています。自己責任でご利用ください。書き込み操作を自動的に承認しないでください。そうすると、LLMにコンピューターを破壊する権限を与えることになります。
警告:このMCPサーバーは積極的にメンテナンスされておらず、参考用として提供されています(適切なアクセス制御を備えた独自のMCPサーバーを作成する場合など)。随時更新する場合があります。
使用法
ファイルをコンピューターに取得します。以下を実行します。
npm install
npm buildClaude デスクトップ アプリを使用している場合は、これを「mcpServers」の下の設定に貼り付け、mcp-editor を配置した場所と一致するようにパスを編集します。
{
"mcpServers":
... your existing servers ...
"mcp-editor": {
"command": "node",
"args": ["/absolute/path/to/mcp-editor/dist/server.js"]
}
}
}MCP インストーラーを使用している場合は、LLM にディスク上の mcp-editor へのパスを指定するだけです。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA TypeScript-based MCP server that provides tools for making precise line-based edits to text files within allowed directories.33MIT
- AlicenseAqualityBmaintenanceAn 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.15304MIT
- AlicenseAqualityDmaintenanceA 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.67MIT
- AlicenseNot gradedqualityDmaintenanceStandalone TypeScript MCP server for filesystem operations with robust security, encoding support, and cross-platform path handling.2MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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