MCP File Manager
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., "@MCP File Managerlist all files in the workspace"
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.
MCP File Manager
Een Model Context Protocol server voor bestandsbeheer in een veilige workspace directory.
Installatie
npm install
npm run buildRelated MCP server: filesystem-ops
OpenCode Configuratie
Voeg toe aan ~/.config/opencode/mcp.json:
{
"mcpServers": {
"file-manager": {
"command": "node",
"args": ["/ABSOLUTE/PATH/TO/mcp-server-test/build/index.js"]
}
}
}Vervang /ABSOLUTE/PATH/TO/mcp-server-test met het volledige pad naar deze directory.
Herstart OpenCode.
Tools
create_file - Maak een bestand aan
delete_file - Verwijder een bestand
list_files - Toon alle bestanden
Voorbeelden
In OpenCode:
"Maak een bestand test.txt aan met de tekst 'Hello World'"
"Toon me alle bestanden in de workspace"
"Verwijder test.txt"
Alle bestanden worden opgeslagen in workspace/.
Veiligheid
Alle operaties zijn beperkt tot de workspace/ directory. Path traversal attacks worden voorkomen.
Communicatie
De server gebruikt STDIO transport (niet HTTP):
OpenCode start de server als subprocess
JSON-RPC messages via stdin/stdout
Logs via stderr
Development
npm run build # Compile TypeScript
npm run watch # Watch modeStructuur
src/
├── index.ts # MCP server setup & handlers
└── tools.ts # File operation implementationsThis 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
- AlicenseBqualityDmaintenanceAn MCP server designed for managing files and folders specifically on the Windows Desktop. It enables users to perform file operations like deletion while implementing security measures to prevent path traversal outside the Desktop directory.Last updated1MIT
- Alicense-qualityCmaintenanceMCP server for performing filesystem operations, enabling file management and manipulation through natural language.Last updatedMIT
- Flicense-qualityCmaintenanceA secure, sandboxed file system server that enables reading, writing, searching, and managing files through MCP-compatible AI clients with path traversal protection and size limits.Last updated
- Alicense-qualityCmaintenanceMCP server that exposes file operations (list, read, write, delete, unzip) in a sandbox directory, preventing path traversal.Last updated409MIT
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning.
A MCP server built for developers enabling Git based project management with project and personal…
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/jantoebes/mcp-server-test'
If you have feedback or need assistance with the MCP directory API, please join our Discord server