mcp-workspace
活跃·★ 48·MIT·更新于 2026-05-20
★ 时下流行★ 安全与合规
一个提供文件系统操作的简单模型上下文协议(MCP)服务器。
这个 MCP 服务器使 AI 助手(如 Claude)能够与本地文件系统交互。它提供读取、写入、编辑和删除指定项目目录中的文件等操作。所有操作都安全地限制在该目录内。
#Claude Code#Claude 桌面版#file-operations#filesystem#MCP 协议#MCP 服务器#MCP 服务器#模型上下文协议
01
功能特性
01目录列表
02文件读取
03文件写入
04文件追加
05选择性编辑
02
兼容性
Claude Desktop
Claude 桌面应用
已通过文档验证
VS Code (Cline)
通过 Cline 的 VS Code 扩展
已通过文档验证
03
快速开始
1
$ git clone https://github.com/MarcusJellinghaus/mcp-workspace.git
2
$ cd mcp_workspace
3
$ pip install -e .
04
使用场景
↳读取现有代码和项目文件
↳写入生成内容的新文件
↳精确更新和修改现有文件
05
同类工具
相关搜索
评论
登录后发表评论
- Logan Chen2026年5月21日
The security model is well-designed, sandboxes operations appropriately
- SScout Thompson2026年5月13日
Secure MCP workspace combining file and git operations is a practical daily-driver
- MMarlowe Brown2026年3月19日
Used as the primary file manipulation server in our agent stack, very reliable