Skip to main content
Glama

MCP File Manager

Een Model Context Protocol server voor bestandsbeheer in een veilige workspace directory.

Installatie

npm install
npm run build

Related 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 mode

Structuur

src/
├── index.ts  # MCP server setup & handlers
└── tools.ts  # File operation implementations
F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    D
    maintenance
    An 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 updated
    1
    MIT
  • F
    license
    -
    quality
    C
    maintenance
    A 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
  • A
    license
    -
    quality
    C
    maintenance
    MCP server that exposes file operations (list, read, write, delete, unzip) in a sandbox directory, preventing path traversal.
    Last updated
    409
    MIT

View all related MCP servers

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…

View all MCP Connectors

Latest Blog Posts

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