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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

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.
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server for performing filesystem operations, enabling file management and manipulation through natural language.
    MIT
  • F
    license
    Not graded
    quality
    D
    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.
    -
  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server that exposes file operations (list, read, write, delete, unzip) in a sandbox directory, preventing path traversal.
    14
    MIT

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