meka-filesystem

osunaduro/meka-filesystem
★ 0 stars Python File System Updated today
Authenticated MCP server (STDIO + HTTP/OAuth) for managing files within an isolated workspace
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "meka-filesystem": {
      "command": "uvx",
      "args": [
        "meka-filesystem"
      ]
    }
  }
}

Or install with pip: pip install meka-filesystem

README Excerpt

Servidor MCP autenticado y biblioteca Python para administrar archivos dentro de un único workspace aislado. Permite leer, escribir, buscar, explorar y organizar archivos sin exponer el resto del filesystem del host. El núcleo (`workspace.core`) es una **biblioteca Python pura**, sin ninguna dependencia de MCP, HTTP o Docker. Sobre ella se construyeron adaptadores que la exponen de varias formas, según lo que necesites:

Tools (2)

MEKA_API_KEYoidc