filezop
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@filezoplist files in current directory"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
FileZop: MCP Server for Files
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 filezopBy 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.
Related MCP server: Local Files MCP Server
Development
Clone:
git clone https://github.com/jefreesujit/filezop.gitInstall:
npm installBuild:
npm run buildRun:
npm run dev
Contribution
Fork and submit pull requests on GitHub.
Issues and feature requests welcome.
This server cannot be installed
Maintenance
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
- Alicense-qualityCmaintenanceProvides file system operations (list, read, write, search) via MCP, enabling an AI agent to manage files through natural language.Last updated1,861MIT
- FlicenseAqualityDmaintenanceProvides safe local file operations through MCP, including reading, writing, searching, organizing, and protected deletion with configurable path restrictions.Last updated122
- Alicense-qualityBmaintenanceEnables file system operations such as listing directories, reading, writing, creating, and deleting files or directories through MCP.Last updated15MIT
- AlicenseAqualityBmaintenanceProvides LLMs with local filesystem operations (read/write files, list directories) and command execution via MCP, enabling file management and task automation within AI clients.Last updated720ISC
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Securely search and manage workspace context files for AI agents and teams.
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
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/Jefreesujit/filezop'
If you have feedback or need assistance with the MCP directory API, please join our Discord server