Filezop
БесплатноНе проверенExposes file system operations to AI clients via MCP, enabling secure read, write, and management of files and folders.
Описание
Exposes file system operations to AI clients via MCP, enabling secure read, write, and management of files and folders.
README
FileZop is a Model Context Protocol (MCP) server that exposes your file system to any compatible AI client or tool. It allows AI agents to read, write, and manage files and folders securely via the MCP standard.
How to Connect FileZop to an MCP Client
- Start the FileZop MCP server
npx filezop
By default, this runs a local MCP server accessible at mcp://localhost:3000.
- Configure your MCP client/editor to use FileZop
Below are config examples for popular tools. Replace filezop and port as needed.
VSCode
Create or edit .vscode/mcp.json in your workspace:
{
"servers": {
"filezop": {
"type": "stdio",
"command": "npx",
"args": ["filezop"]
}
}
}
Cursor & Claude Desktop
Edit your MCP config (usually in ~/.cursor/mcp.json or ~/.claude/mcp.json):
{
"mcpServers": {
"filezop": {
"type": "stdio",
"command": "npx",
"args": ["filezop", "start"]
}
}
}
- After saving, restart your editor/desktop app.
- FileZop will now be available as a tool for AI agents in your environment.
Development
- Clone:
git clone https://github.com/jefreesujit/filezop.git - Install:
npm install - Build:
npm run build - Run:
npm run dev
Contribution
- Fork and submit pull requests on GitHub.
- Issues and feature requests welcome.
Установка Filezop
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Jefreesujit/filezopFAQ
Filezop MCP бесплатный?
Да, Filezop MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Filezop?
Нет, Filezop работает без API-ключей и переменных окружения.
Filezop — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Filezop в Claude Desktop, Claude Code или Cursor?
Открой Filezop на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Filezop with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
