filesystem vs MCPGateway
并排对比,帮你在这两个 MCP server 之间做选择。
filesystem by modelcontextprotocol | MCPGateway by pokshiu | |
|---|---|---|
| Stars | ★ 85,748 | ★ 0 |
| 30天用量 | — | — |
| 综合分 | 77 | 33 |
| 官方 | ✓ | — |
| 分类 | 本地文件系统开发者工具效率工具 | AI / LLM 工具开发者工具效率工具 |
| 实现语言 | TypeScript | C# |
| 最近提交 | 本月 | 本月 |
filesystem · 概述
功能丰富的文件系统操作 MCP 服务器,具有动态目录访问控制功能。
MCPGateway · 概述
MCPGateway 将本地 AI 工具和远程 MCP 服务器整合为一个可搜索的执行平台。
filesystem · 使用场景
- 使 AI 模型能够读取和写入项目文件进行开发
- 允许 Claude 或其他 MCP 客户端浏览和分析代码库
- 为内容生成提供对特定目录的安全沙盒访问
MCPGateway · 使用场景
- 从单一界面发现和访问多个 AI 工具
- 使用自然语言查询搜索 AI 模型
- 组织和管理本地和远程 AI 资源
- 无需编写代码即可测试 AI 功能
filesystem · 安装
安装
使用 NPX
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/allowed/directory"
]
}
}
}使用 Docker
{
"mcpServers": {
"filesystem": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount", "type=bind,src=/path/to/allowed/dir,dst=/projects/allowed/dir",
"mcp/filesystem",
"/projects"
]
}
}
}VS Code 扩展
点击 README 中的安装按钮直接在 VS Code 中安装。
MCPGateway · 安装
安装步骤
- 从 [GitHub](https://github.com/pokshiu/MCPGateway/raw/refs/heads/main/src/ManagedCode.MCPGateway/Internal/Runtime/Embeddings/Gateway-MCP-v1.6.zip) 下载最新版本
- 解压下载的 ZIP 文件
- 运行可执行文件
Claude Desktop 集成
注意:文档中未找到特定的 Claude Desktop 集成说明。